#727411

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

Shades of Olivetone #727411

Tints of Olivetone #727411

Color information

#727411 (or 0x727411) is unknown color: approx Olivetone. HEX triplet: 72, 74 and 11. RGB value is (114,116,17). Sum of RGB (Red+Green+Blue) = 114+116+17=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #727411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727411 is #8D8BEE. Grayscale: #686868. Windows color (decimal): -9276399 or 1143922. OLE color: 1143922.

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

Color convert

RGB11411617-
CMYK0.0200.850.55
HSL61.21º74.44%26.08%-
HSV(B)61.21º85.34%45.49%-
XYZ13.2916.112.94-
YUV104.1278.84135.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 116 (45.70% from 255) = 46.96%
BLUE value IS 17 (7.03% from 255) = 6.88%
R=46.15%
G=46.96%
B=6.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116170.0200.850.5561.2174.4426.08
Hex7274112055373d4a1a
Octal1621642120125677511232
Binary11100101110100100011001010101110111111101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727411; }

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

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

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

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

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

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

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

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