#727312

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

Shades of Olivetone #727312

Tints of Olivetone #727312

Color information

#727312 (or 0x727312) is unknown color: approx Olivetone. HEX triplet: 72, 73 and 12. RGB value is (114,115,18). Sum of RGB (Red+Green+Blue) = 114+115+18=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #727312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727312 is #8D8CED. Grayscale: #686868. Windows color (decimal): -9276654 or 1209202. OLE color: 1209202.

HSL color Cylindrical-coordinate representation of color #727312: hue angle of 60.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #727312 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB11411518-
CMYK0.0100.840.55
HSL60.62º72.93%26.08%-
HSV(B)60.62º84.35%45.1%-
XYZ13.1815.882.94-
YUV103.6479.67135.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=46.15%
G=46.56%
B=7.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115180.0100.840.5560.6272.9326.08
Hex7273121054373d491a
Octal1621632210124677511132
Binary1110010111001110010101010100110111111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727312; }

 p { color: rgb(114,115,18); }

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

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

 a { background-color: rgb(114,115,18); }

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

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

 span { border-color: rgb(114,115,18); }

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