#727116

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

Shades of Olivetone #727116

Tints of Olivetone #727116

Color information

#727116 (or 0x727116) is unknown color: approx Olivetone. HEX triplet: 72, 71 and 16. RGB value is (114,113,22). Sum of RGB (Red+Green+Blue) = 114+113+22=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #727116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727116 is #8D8EE9. Grayscale: #676767. Windows color (decimal): -9277162 or 1470834. OLE color: 1470834.

HSL color Cylindrical-coordinate representation of color #727116: hue angle of 59.35º 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 #727116 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB11411322-
CMYK00.010.810.55
HSL59.35º67.65%26.67%-
HSV(B)59.35º80.7%44.71%-
XYZ12.9915.453.06-
YUV102.9282.33135.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 113 (44.53% from 255) = 45.38%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=45.78%
G=45.38%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141132200.010.810.5559.3567.6526.67
Hex7271160151373b441b
Octal1621612601121677310433
Binary1110010111000110110011010001110111111011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727116; }

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

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

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

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

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

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

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

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