#76971c

Color #76971C Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #76971C

Tints of Olive Drab #76971C

Color information

#76971C (or 0x76971C) is unknown color: approx Olive Drab. HEX triplet: 76, 97 and 1C. RGB value is (118,151,28). Sum of RGB (Red+Green+Blue) = 118+151+28=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #76971C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76971C is #8968E3. Grayscale: #7F7F7F. Windows color (decimal): -9005284 or 1873782. OLE color: 1873782.

HSL color Cylindrical-coordinate representation of color #76971C: hue angle of 76.1º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76971C is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB11815128-
CMYK0.2200.810.41
HSL76.1º68.72%35.1%-
HSV(B)76.1º81.46%59.22%-
XYZ18.7526.075.14-
YUV127.1172.07121.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 151 (59.38% from 255) = 50.84%
BLUE value IS 28 (11.33% from 255) = 9.43%
R=39.73%
G=50.84%
B=9.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118151280.2200.810.4176.168.7235.1
Hex76971C16051294c4523
Octal166227342601215111410543
Binary11101101001011111100101100101000110100110011001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76971c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76971c; }

 p { color: rgb(118,151,28); }

 H1.HeaderClassName
 {
   color: #76971c;
 }
 .AnyTagClassName
 {
   color: #76971c;
 }
</style>
background-color css

<style>
 a { background-color: #76971c; }

 a { background-color: rgb(118,151,28); }

 div.DivClassName
 {
   background-color: #76971c;
 }
 .BgClassName
 {
   background-color: #76971c;
 }
</style>
border-color css

<style>
 span { border-color: #76971c; }

 span { border-color: rgb(118,151,28); }

 td.TdClassName
 {
   border-color: #76971c;
 }
 .TagClassName
 {
   border-color: #76971c;
 }
</style>