Html Css Color HEX #739618 Olive Drab

📋 copy color: '#739618'

red 115 ◦ green 150 ◦ blue 24

#739618
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #739618

Tints of Olive Drab #739618

RGB

 RED value IS 115 (45.31% from 255) = 39.79%

 GREEN value IS 150 (58.98% from 255) = 51.9%

 BLUE value IS 24 (9.77% from 255) = 8.3%

R = 39.79%
G = 51.9%
B = 8.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#739618 (or 0x739618) is known color: 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

RGB 115 150 24 -
CMYK 0.23 0 0.84 0.41
HSL 76.67º 0.72% 0.34% -
HSV(B) 76.67º 0.84% 0.59% -
XYZ 18.14 25.52 4.83 -
YUV 125.17 70.9 120.75 -
System Red Green Blue C M Y K H S L
Decimal 115 150 24 0.23 0 0.84 0.41 76.67 0.72 0.34
Hex 73 96 18 17 0 54 29 4D 48 22
Octal 163 226 30 27 0 124 51 115 110 42
Binary 1110011 10010110 11000 10111 0 1010100 101001 1001101 1001000 100010

Color Harmonies of #739618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739618

Black with #739618

Text Example


Text Example

White with #739618

Text Example


Text Example

HTML Codes & Css Web 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>