#749019

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

Shades of Olive Drab #749019

Tints of Olive Drab #749019

Color information

#749019 (or 0x749019) is unknown color: approx Olive Drab. HEX triplet: 74, 90 and 19. RGB value is (116,144,25). Sum of RGB (Red+Green+Blue) = 116+144+25=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #749019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749019 is #8B6FE6. Grayscale: #7A7A7A. Windows color (decimal): -9138151 or 1675380. OLE color: 1675380.

HSL color Cylindrical-coordinate representation of color #749019: hue angle of 74.12º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #749019 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB11614425-
CMYK0.1900.830.44
HSL74.12º70.41%33.14%-
HSV(B)74.12º82.64%56.47%-
XYZ17.3523.734.59-
YUV122.0673.22123.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 144 (56.64% from 255) = 50.53%
BLUE value IS 25 (10.16% from 255) = 8.77%
R=40.70%
G=50.53%
B=8.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116144250.1900.830.4474.1270.4133.14
Hex749019130532C4a4621
Octal164220312301235411210641
Binary11101001001000011001100110101001110110010010101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749019; }

 p { color: rgb(116,144,25); }

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

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

 a { background-color: rgb(116,144,25); }

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

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

 span { border-color: rgb(116,144,25); }

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