Html Css Color HEX #729006 Olive

📋 copy color: '#729006'

red 114 ◦ green 144 ◦ blue 6

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

Shades of Olive #729006

Tints of Olive #729006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.55%

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

R = 43.18%
G = 54.55%
B = 2.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#729006 (or 0x729006) is known color: Olive. HEX triplet: 72, 90 and 06. RGB value is (114,144,6). Sum of RGB (Red+Green+Blue) = 114+144+6=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #729006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729006 is #8D6FF9. Grayscale: #777777. Windows color (decimal): -9269242 or 430194. OLE color: 430194.

HSL color Cylindrical-coordinate representation of color #729006: hue angle of 73.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #729006 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 6 -
CMYK 0.21 0 0.96 0.44
HSL 73.04º 0.92% 0.29% -
HSV(B) 73.04º 0.96% 0.56% -
XYZ 16.95 23.54 3.82 -
YUV 119.3 64.06 124.22 -
System Red Green Blue C M Y K H S L
Decimal 114 144 6 0.21 0 0.96 0.44 73.04 0.92 0.29
Hex 72 90 6 15 0 60 2C 49 5C 1D
Octal 162 220 6 25 0 140 54 111 134 35
Binary 1110010 10010000 110 10101 0 1100000 101100 1001001 1011100 11101

Color Harmonies of #729006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729006

Black with #729006

Text Example


Text Example

White with #729006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729006; }

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

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

background-color css

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

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

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

border-color css

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

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

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