#749518

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

Shades of Olive Drab #749518

Tints of Olive Drab #749518

Color information

#749518 (or 0x749518) is unknown color: approx Olive Drab. HEX triplet: 74, 95 and 18. RGB value is (116,149,24). Sum of RGB (Red+Green+Blue) = 116+149+24=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #749518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749518 is #8B6AE7. Grayscale: #7D7D7D. Windows color (decimal): -9136872 or 1611124. OLE color: 1611124.

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

Color convert

RGB11614924-
CMYK0.2200.840.42
HSL75.84º72.25%33.92%-
HSV(B)75.84º83.89%58.43%-
XYZ18.1125.274.79-
YUV124.8871.07121.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=40.14%
G=51.56%
B=8.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116149240.2200.840.4275.8472.2533.92
Hex749518160542A4c4822
Octal164225302601245211411042
Binary11101001001010111000101100101010010101010011001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749518; }

 p { color: rgb(116,149,24); }

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

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

 a { background-color: rgb(116,149,24); }

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

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

 span { border-color: rgb(116,149,24); }

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