#726804

Color #726804 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #726804

Tints of Olive #726804

Color information

#726804 (or 0x726804) is unknown color: approx Olive. HEX triplet: 72, 68 and 04. RGB value is (114,104,4). Sum of RGB (Red+Green+Blue) = 114+104+4=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #726804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726804 is #8D97FB. Grayscale: #606060. Windows color (decimal): -9279484 or 288882. OLE color: 288882.

HSL color Cylindrical-coordinate representation of color #726804: hue angle of 54.55º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #726804 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1141044-
CMYK00.090.960.55
HSL54.55º93.22%23.14%-
HSV(B)54.55º96.49%44.71%-
XYZ11.9113.492.09-
YUV95.5976.31141.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 4 (1.95% from 255) = 1.80%
R=51.35%
G=46.85%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114104400.090.960.5554.5593.2223.14
Hex72684096037375d17
Octal1621504011140676713527
Binary11100101101000100010011100000110111110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726804; }

 p { color: rgb(114,104,4); }

 H1.HeaderClassName
 {
   color: #726804;
 }
 .AnyTagClassName
 {
   color: #726804;
 }
</style>
background-color css

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

 a { background-color: rgb(114,104,4); }

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

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

 span { border-color: rgb(114,104,4); }

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