#749712

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

Shades of Olive Drab #749712

Tints of Olive Drab #749712

Color information

#749712 (or 0x749712) is unknown color: approx Olive Drab. HEX triplet: 74, 97 and 12. RGB value is (116,151,18). Sum of RGB (Red+Green+Blue) = 116+151+18=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #749712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749712 is #8B68ED. Grayscale: #7D7D7D. Windows color (decimal): -9136366 or 1218420. OLE color: 1218420.

HSL color Cylindrical-coordinate representation of color #749712: hue angle of 75.79º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #749712 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB11615118-
CMYK0.2300.880.41
HSL75.79º78.7%33.14%-
HSV(B)75.79º88.08%59.22%-
XYZ18.3825.894.6-
YUV125.3767.4121.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 151 (59.38% from 255) = 52.98%
BLUE value IS 18 (7.42% from 255) = 6.32%
R=40.70%
G=52.98%
B=6.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116151180.2300.880.4175.7978.733.14
Hex74971217058294c4f21
Octal164227222701305111411741
Binary11101001001011110010101110101100010100110011001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749712; }

 p { color: rgb(116,151,18); }

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

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

 a { background-color: rgb(116,151,18); }

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

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

 span { border-color: rgb(116,151,18); }

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