#727514

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

Shades of Olivetone #727514

Tints of Olivetone #727514

Color information

#727514 (or 0x727514) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 14. RGB value is (114,117,20). Sum of RGB (Red+Green+Blue) = 114+117+20=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #727514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727514 is #8D8AEB. Grayscale: #696969. Windows color (decimal): -9276140 or 1340786. OLE color: 1340786.

HSL color Cylindrical-coordinate representation of color #727514: hue angle of 61.86º 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 #727514 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB11411720-
CMYK0.0300.830.54
HSL61.86º70.8%26.86%-
HSV(B)61.86º82.91%45.88%-
XYZ13.4316.353.11-
YUV105.0480.01134.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=45.42%
G=46.61%
B=7.97%

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
Decimal114117200.0300.830.5461.8670.826.86
Hex7275143053363e471b
Octal1621652430123667610733
Binary11100101110101101001101010011110110111110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727514; }

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

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

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

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

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

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

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

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