#727606

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

Shades of Olive #727606

Tints of Olive #727606

Color information

#727606 (or 0x727606) is unknown color: approx Olive. HEX triplet: 72, 76 and 06. RGB value is (114,118,6). Sum of RGB (Red+Green+Blue) = 114+118+6=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #727606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727606 is #8D89F9. Grayscale: #686868. Windows color (decimal): -9275898 or 423538. OLE color: 423538.

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

Color convert

RGB1141186-
CMYK0.0300.950.54
HSL62.14º90.32%24.31%-
HSV(B)62.14º94.92%46.27%-
XYZ13.4516.552.66-
YUV104.0472.67135.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 118 (46.48% from 255) = 49.58%
BLUE value IS 6 (2.73% from 255) = 2.52%
R=47.90%
G=49.58%
B=2.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11411860.0300.950.5462.1490.3224.31
Hex72766305F363e5a18
Octal162166630137667613230
Binary111001011101101101101011111110110111110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727606; }

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

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

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

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

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

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

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

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