#739618

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

Shades of Olive Drab #739618

Tints of Olive Drab #739618

Color information

#739618 (or 0x739618) is unknown color: approx Olive Drab. HEX triplet: 73, 96 and 18. RGB value is (115,150,24). Sum of RGB (Red+Green+Blue) = 115+150+24=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #739618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739618 is #8C69E7. Grayscale: #7D7D7D. Windows color (decimal): -9202152 or 1611379. OLE color: 1611379.

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

Color convert

RGB11515024-
CMYK0.2300.840.41
HSL76.67º72.41%34.12%-
HSV(B)76.67º84%58.82%-
XYZ18.1425.524.83-
YUV125.1770.9120.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 150 (58.98% from 255) = 51.90%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=39.79%
G=51.90%
B=8.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115150240.2300.840.4176.6772.4134.12
Hex73961817054294d4822
Octal163226302701245111511042
Binary11100111001011011000101110101010010100110011011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739618; }

 p { color: rgb(115,150,24); }

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

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

 a { background-color: rgb(115,150,24); }

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

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

 span { border-color: rgb(115,150,24); }

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