#726A04

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

Shades of Olive #726A04

Tints of Olive #726A04

Color information

#726A04 (or 0x726A04) is unknown color: approx Olive. HEX triplet: 72, 6A and 04. RGB value is (114,106,4). Sum of RGB (Red+Green+Blue) = 114+106+4=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #726A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726A04 is #8D95FB. Grayscale: #616161. Windows color (decimal): -9278972 or 289394. OLE color: 289394.

HSL color Cylindrical-coordinate representation of color #726A04: hue angle of 55.64º 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 #726A04 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1141064-
CMYK00.070.960.55
HSL55.64º93.22%23.14%-
HSV(B)55.64º96.49%44.71%-
XYZ12.1213.892.16-
YUV96.7675.65140.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 106 (41.80% from 255) = 47.32%
BLUE value IS 4 (1.95% from 255) = 1.79%
R=50.89%
G=47.32%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114106400.070.960.5555.6493.2223.14
Hex726A4076037385d17
Octal162152407140677013527
Binary1110010110101010001111100000110111111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726A04; }

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

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

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

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

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

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

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

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