Html Css Color HEX #729408 Olive Drab

📋 copy color: '#729408'

red 114 ◦ green 148 ◦ blue 8

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

Shades of Olive Drab #729408

Tints of Olive Drab #729408

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.81%

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 42.22%
G = 54.81%
B = 2.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#729408 (or 0x729408) is known color: Olive Drab. HEX triplet: 72, 94 and 08. RGB value is (114,148,8). Sum of RGB (Red+Green+Blue) = 114+148+8=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #729408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729408 is #8D6BF7. Grayscale: #7A7A7A. Windows color (decimal): -9268216 or 562290. OLE color: 562290.

HSL color Cylindrical-coordinate representation of color #729408: hue angle of 74.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #729408 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 8 -
CMYK 0.23 0 0.95 0.42
HSL 74.57º 0.9% 0.31% -
HSV(B) 74.57º 0.95% 0.58% -
XYZ 17.57 24.77 4.09 -
YUV 121.87 63.74 122.38 -
System Red Green Blue C M Y K H S L
Decimal 114 148 8 0.23 0 0.95 0.42 74.57 0.9 0.31
Hex 72 94 8 17 0 5F 2A 4B 5A 1F
Octal 162 224 10 27 0 137 52 113 132 37
Binary 1110010 10010100 1000 10111 0 1011111 101010 1001011 1011010 11111

Color Harmonies of #729408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729408

Black with #729408

Text Example


Text Example

White with #729408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729408; }

 p { color: rgb(114,148,8); }

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

background-color css

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

 a { background-color: rgb(114,148,8); }

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

border-color css

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

 span { border-color: rgb(114,148,8); }

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