#726C07

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

Shades of Olive #726C07

Tints of Olive #726C07

Color information

#726C07 (or 0x726C07) is unknown color: approx Olive. HEX triplet: 72, 6C and 07. RGB value is (114,108,7). Sum of RGB (Red+Green+Blue) = 114+108+7=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #726C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C07 is #8D93F8. Grayscale: #626262. Windows color (decimal): -9278457 or 486514. OLE color: 486514.

HSL color Cylindrical-coordinate representation of color #726C07: hue angle of 56.64º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #726C07 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB1141087-
CMYK00.050.940.55
HSL56.64º88.43%23.73%-
HSV(B)56.64º93.86%44.71%-
XYZ12.3414.322.31-
YUV98.2876.49139.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 108 (42.58% from 255) = 47.16%
BLUE value IS 7 (3.12% from 255) = 3.06%
R=49.78%
G=47.16%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114108700.050.940.5556.6488.4323.73
Hex726C7055E37395818
Octal162154705136677113030
Binary1110010110110011101011011110110111111001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,108,7); }

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

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

 a { background-color: rgb(114,108,7); }

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

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

 span { border-color: rgb(114,108,7); }

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