#74910A

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

Shades of Olive Drab #74910A

Tints of Olive Drab #74910A

Color information

#74910A (or 0x74910A) is unknown color: approx Olive Drab. HEX triplet: 74, 91 and 0A. RGB value is (116,145,10). Sum of RGB (Red+Green+Blue) = 116+145+10=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #74910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74910A is #8B6EF5. Grayscale: #797979. Windows color (decimal): -9137910 or 692596. OLE color: 692596.

HSL color Cylindrical-coordinate representation of color #74910A: hue angle of 72.89º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74910A is Cyan = 0.2, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB11614510-
CMYK0.200.930.43
HSL72.89º87.1%30.39%-
HSV(B)72.89º93.1%56.86%-
XYZ17.3823.994-
YUV120.9465.39124.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 145 (57.03% from 255) = 53.51%
BLUE value IS 10 (4.30% from 255) = 3.69%
R=42.80%
G=53.51%
B=3.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116145100.200.930.4372.8987.130.39
Hex7491A1405D2B49571e
Octal164221122401355311112736
Binary111010010010001101010100010111011010111001001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74910A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,145,10); }

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

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

 a { background-color: rgb(116,145,10); }

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

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

 span { border-color: rgb(116,145,10); }

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