#727416

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

Shades of Olivetone #727416

Tints of Olivetone #727416

Color information

#727416 (or 0x727416) is unknown color: approx Olivetone. HEX triplet: 72, 74 and 16. RGB value is (114,116,22). Sum of RGB (Red+Green+Blue) = 114+116+22=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #727416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727416 is #8D8BE9. Grayscale: #696969. Windows color (decimal): -9276394 or 1471602. OLE color: 1471602.

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

Color convert

RGB11411622-
CMYK0.0200.810.55
HSL61.28º68.12%27.06%-
HSV(B)61.28º81.03%45.49%-
XYZ13.3316.133.17-
YUV104.6981.34134.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=45.24%
G=46.03%
B=8.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116220.0200.810.5561.2868.1227.06
Hex7274162051373d441b
Octal1621642620121677510433
Binary11100101110100101101001010001110111111101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727416; }

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

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

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

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

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

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

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

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