#727128

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

Shades of Olivetone #727128

Tints of Olivetone #727128

Color information

#727128 (or 0x727128) is unknown color: approx Olivetone. HEX triplet: 72, 71 and 28. RGB value is (114,113,40). Sum of RGB (Red+Green+Blue) = 114+113+40=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #727128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727128 is #8D8ED7. Grayscale: #696969. Windows color (decimal): -9277144 or 2650482. OLE color: 2650482.

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

Color convert

RGB11411340-
CMYK00.010.650.55
HSL59.19º48.05%30.2%-
HSV(B)59.19º64.91%44.71%-
XYZ13.2315.544.31-
YUV104.9891.33134.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=42.70%
G=42.32%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141134000.010.650.5559.1948.0530.2
Hex7271280141373b301e
Octal162161500110167736036
Binary1110010111000110100001100000111011111101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727128; }

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

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

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

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

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

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

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

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