Html Css Color HEX #729205 Olive

📋 copy color: '#729205'

red 114 ◦ green 146 ◦ blue 5

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

Shades of Olive #729205

Tints of Olive #729205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 43.02%
G = 55.09%
B = 1.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#729205 (or 0x729205) is known color: Olive. HEX triplet: 72, 92 and 05. RGB value is (114,146,5). Sum of RGB (Red+Green+Blue) = 114+146+5=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #729205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729205 is #8D6DFA. Grayscale: #787878. Windows color (decimal): -9268731 or 365170. OLE color: 365170.

HSL color Cylindrical-coordinate representation of color #729205: hue angle of 73.62º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #729205 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 5 -
CMYK 0.22 0 0.97 0.43
HSL 73.62º 0.93% 0.3% -
HSV(B) 73.62º 0.97% 0.57% -
XYZ 17.25 24.15 3.9 -
YUV 120.36 62.9 123.46 -
System Red Green Blue C M Y K H S L
Decimal 114 146 5 0.22 0 0.97 0.43 73.62 0.93 0.3
Hex 72 92 5 16 0 61 2B 4A 5D 1E
Octal 162 222 5 26 0 141 53 112 135 36
Binary 1110010 10010010 101 10110 0 1100001 101011 1001010 1011101 11110

Color Harmonies of #729205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729205

Black with #729205

Text Example


Text Example

White with #729205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729205; }

 p { color: rgb(114,146,5); }

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

background-color css

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

 a { background-color: rgb(114,146,5); }

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

border-color css

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

 span { border-color: rgb(114,146,5); }

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