Html Css Color HEX #729406 Olive Drab

📋 copy color: '#729406'

red 114 ◦ green 148 ◦ blue 6

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

Shades of Olive Drab #729406

Tints of Olive Drab #729406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 42.54%
G = 55.22%
B = 2.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#729406 (or 0x729406) is known color: Olive Drab. HEX triplet: 72, 94 and 06. RGB value is (114,148,6). Sum of RGB (Red+Green+Blue) = 114+148+6=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #729406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729406 is #8D6BF9. Grayscale: #7A7A7A. Windows color (decimal): -9268218 or 431218. OLE color: 431218.

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

Color convert

RGB 114 148 6 -
CMYK 0.23 0 0.96 0.42
HSL 74.37º 0.92% 0.3% -
HSV(B) 74.37º 0.96% 0.58% -
XYZ 17.56 24.77 4.03 -
YUV 121.65 62.74 122.55 -
System Red Green Blue C M Y K H S L
Decimal 114 148 6 0.23 0 0.96 0.42 74.37 0.92 0.3
Hex 72 94 6 17 0 60 2A 4A 5C 1E
Octal 162 224 6 27 0 140 52 112 134 36
Binary 1110010 10010100 110 10111 0 1100000 101010 1001010 1011100 11110

Color Harmonies of #729406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729406

Black with #729406

Text Example


Text Example

White with #729406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729406; }

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

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

background-color css

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

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

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

border-color css

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

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

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