Html Css Color HEX #729918 Olive Drab

📋 copy color: '#729918'

red 114 ◦ green 153 ◦ blue 24

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

Shades of Olive Drab #729918

Tints of Olive Drab #729918

RGB

 RED value IS 114 (44.92% from 255) = 39.18%

 GREEN value IS 153 (60.16% from 255) = 52.58%

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

R = 39.18%
G = 52.58%
B = 8.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#729918 (or 0x729918) is known color: Olive Drab. HEX triplet: 72, 99 and 18. RGB value is (114,153,24). Sum of RGB (Red+Green+Blue) = 114+153+24=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #729918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729918 is #8D66E7. Grayscale: #7F7F7F. Windows color (decimal): -9266920 or 1612146. OLE color: 1612146.

HSL color Cylindrical-coordinate representation of color #729918: hue angle of 78.14º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #729918 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 24 -
CMYK 0.25 0 0.84 0.4
HSL 78.14º 0.73% 0.35% -
HSV(B) 78.14º 0.84% 0.6% -
XYZ 18.5 26.43 4.99 -
YUV 126.63 70.08 118.99 -
System Red Green Blue C M Y K H S L
Decimal 114 153 24 0.25 0 0.84 0.4 78.14 0.73 0.35
Hex 72 99 18 19 0 54 28 4E 49 23
Octal 162 231 30 31 0 124 50 116 111 43
Binary 1110010 10011001 11000 11001 0 1010100 101000 1001110 1001001 100011

Color Harmonies of #729918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729918

Black with #729918

Text Example


Text Example

White with #729918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729918; }

 p { color: rgb(114,153,24); }

 H1.HeaderClassName
 {
   color: #729918;
 }
 .AnyTagClassName
 {
   color: #729918;
 }
</style>

background-color css

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

 a { background-color: rgb(114,153,24); }

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

border-color css

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

 span { border-color: rgb(114,153,24); }

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