#749412

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

Shades of Olive Drab #749412

Tints of Olive Drab #749412

Color information

#749412 (or 0x749412) is unknown color: approx Olive Drab. HEX triplet: 74, 94 and 12. RGB value is (116,148,18). Sum of RGB (Red+Green+Blue) = 116+148+18=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #749412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749412 is #8B6BED. Grayscale: #7C7C7C. Windows color (decimal): -9137134 or 1217652. OLE color: 1217652.

HSL color Cylindrical-coordinate representation of color #749412: hue angle of 74.77º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #749412 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB11614818-
CMYK0.2200.880.42
HSL74.77º78.31%32.55%-
HSV(B)74.77º87.84%58.04%-
XYZ17.924.944.44-
YUV123.6168.4122.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 148 (58.20% from 255) = 52.48%
BLUE value IS 18 (7.42% from 255) = 6.38%
R=41.13%
G=52.48%
B=6.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116148180.2200.880.4274.7778.3132.55
Hex749412160582A4b4e21
Octal164224222601305211311641
Binary11101001001010010010101100101100010101010010111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749412; }

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

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

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

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

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

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

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

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