#727614

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

Shades of Olivetone #727614

Tints of Olivetone #727614

Color information

#727614 (or 0x727614) is unknown color: approx Olivetone. HEX triplet: 72, 76 and 14. RGB value is (114,118,20). Sum of RGB (Red+Green+Blue) = 114+118+20=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #727614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727614 is #8D89EB. Grayscale: #6A6A6A. Windows color (decimal): -9275884 or 1341042. OLE color: 1341042.

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

Color convert

RGB11411820-
CMYK0.0300.830.54
HSL62.45º71.01%27.06%-
HSV(B)62.45º83.05%46.27%-
XYZ13.5416.583.15-
YUV105.6379.67133.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 20 (8.20% from 255) = 7.94%
R=45.24%
G=46.83%
B=7.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118200.0300.830.5462.4571.0127.06
Hex7276143053363e471b
Octal1621662430123667610733
Binary11100101110110101001101010011110110111110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727614; }

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

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

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

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

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

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

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

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