#76950C

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

Shades of Olive Drab #76950C

Tints of Olive Drab #76950C

Color information

#76950C (or 0x76950C) is unknown color: approx Olive Drab. HEX triplet: 76, 95 and 0C. RGB value is (118,149,12). Sum of RGB (Red+Green+Blue) = 118+149+12=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #76950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76950C is #896AF3. Grayscale: #7C7C7C. Windows color (decimal): -9005812 or 824694. OLE color: 824694.

HSL color Cylindrical-coordinate representation of color #76950C: hue angle of 73.58º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76950C is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB11814912-
CMYK0.2100.920.42
HSL73.58º85.09%31.57%-
HSV(B)73.58º91.95%58.43%-
XYZ18.2925.374.28-
YUV124.1164.73123.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 149 (58.59% from 255) = 53.41%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=42.29%
G=53.41%
B=4.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149120.2100.920.4273.5885.0931.57
Hex7695C1505C2A4a5520
Octal166225142501345211212540
Binary1110110100101011100101010101110010101010010101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76950C; }

 p { color: rgb(118,149,12); }

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

<style>
 a { background-color: #76950C; }

 a { background-color: rgb(118,149,12); }

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

<style>
 span { border-color: #76950C; }

 span { border-color: rgb(118,149,12); }

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