#726F06

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

Shades of Olive #726F06

Tints of Olive #726F06

Color information

#726F06 (or 0x726F06) is unknown color: approx Olive. HEX triplet: 72, 6F and 06. RGB value is (114,111,6). Sum of RGB (Red+Green+Blue) = 114+111+6=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #726F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F06 is #8D90F9. Grayscale: #646464. Windows color (decimal): -9277690 or 421746. OLE color: 421746.

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

Color convert

RGB1141116-
CMYK00.030.950.55
HSL58.33º90%23.53%-
HSV(B)58.33º94.74%44.71%-
XYZ12.6614.962.39-
YUV99.9374.99138.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 111 (43.75% from 255) = 48.05%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=49.35%
G=48.05%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114111600.030.950.5558.339023.53
Hex726F6035F373a5a18
Octal162157603137677213230
Binary111001011011111100111011111110111111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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