#727605

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

Shades of Olive #727605

Tints of Olive #727605

Color information

#727605 (or 0x727605) is unknown color: approx Olive. HEX triplet: 72, 76 and 05. RGB value is (114,118,5). Sum of RGB (Red+Green+Blue) = 114+118+5=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #727605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727605 is #8D89FA. Grayscale: #686868. Windows color (decimal): -9275899 or 358002. OLE color: 358002.

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

Color convert

RGB1141185-
CMYK0.0300.960.54
HSL62.12º91.87%24.12%-
HSV(B)62.12º95.76%46.27%-
XYZ13.4516.552.63-
YUV103.9272.17135.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 118 (46.48% from 255) = 49.79%
BLUE value IS 5 (2.34% from 255) = 2.11%
R=48.10%
G=49.79%
B=2.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11411850.0300.960.5462.1291.8724.12
Hex727653060363e5c18
Octal162166530140667613430
Binary111001011101101011101100000110110111110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727605; }

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

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

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

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

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

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

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

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