#727613

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

Shades of Olivetone #727613

Tints of Olivetone #727613

Color information

#727613 (or 0x727613) is unknown color: approx Olivetone. HEX triplet: 72, 76 and 13. RGB value is (114,118,19). Sum of RGB (Red+Green+Blue) = 114+118+19=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #727613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727613 is #8D89EC. Grayscale: #696969. Windows color (decimal): -9275885 or 1275506. OLE color: 1275506.

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

Color convert

RGB11411819-
CMYK0.0300.840.54
HSL62.42º72.26%26.86%-
HSV(B)62.42º83.9%46.27%-
XYZ13.5416.583.1-
YUV105.5279.17134.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 19 (7.81% from 255) = 7.57%
R=45.42%
G=47.01%
B=7.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118190.0300.840.5462.4272.2626.86
Hex7276133054363e481b
Octal1621662330124667611033
Binary11100101110110100111101010100110110111110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727613; }

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

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

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

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

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

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

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

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