#727415

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

Shades of Olivetone #727415

Tints of Olivetone #727415

Color information

#727415 (or 0x727415) is unknown color: approx Olivetone. HEX triplet: 72, 74 and 15. RGB value is (114,116,21). Sum of RGB (Red+Green+Blue) = 114+116+21=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #727415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727415 is #8D8BEA. Grayscale: #686868. Windows color (decimal): -9276395 or 1406066. OLE color: 1406066.

HSL color Cylindrical-coordinate representation of color #727415: hue angle of 61.26º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #727415 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB11411621-
CMYK0.0200.820.55
HSL61.26º69.34%26.86%-
HSV(B)61.26º81.9%45.49%-
XYZ13.3216.123.12-
YUV104.5780.84134.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 116 (45.70% from 255) = 46.22%
BLUE value IS 21 (8.59% from 255) = 8.37%
R=45.42%
G=46.22%
B=8.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116210.0200.820.5561.2669.3426.86
Hex7274152052373d451b
Octal1621642520122677510533
Binary11100101110100101011001010010110111111101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727415; }

 p { color: rgb(114,116,21); }

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

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

 a { background-color: rgb(114,116,21); }

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

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

 span { border-color: rgb(114,116,21); }

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