#76940A

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

Shades of Olive Drab #76940A

Tints of Olive Drab #76940A

Color information

#76940A (or 0x76940A) is unknown color: approx Olive Drab. HEX triplet: 76, 94 and 0A. RGB value is (118,148,10). Sum of RGB (Red+Green+Blue) = 118+148+10=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #76940A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76940A is #896BF5. Grayscale: #7B7B7B. Windows color (decimal): -9006070 or 693366. OLE color: 693366.

HSL color Cylindrical-coordinate representation of color #76940A: hue angle of 73.04º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76940A is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB11814810-
CMYK0.2000.930.42
HSL73.04º87.34%30.98%-
HSV(B)73.04º93.24%58.04%-
XYZ18.1225.054.17-
YUV123.364.06124.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 148 (58.20% from 255) = 53.62%
BLUE value IS 10 (4.30% from 255) = 3.62%
R=42.75%
G=53.62%
B=3.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148100.2000.930.4273.0487.3430.98
Hex7694A1405D2A49571f
Octal166224122401355211112737
Binary111011010010100101010100010111011010101001001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76940A; }

 p { color: rgb(118,148,10); }

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

<style>
 a { background-color: #76940A; }

 a { background-color: rgb(118,148,10); }

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

<style>
 span { border-color: #76940A; }

 span { border-color: rgb(118,148,10); }

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