#717227

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

Shades of Olivetone #717227

Tints of Olivetone #717227

Color information

#717227 (or 0x717227) is unknown color: approx Olivetone. HEX triplet: 71, 72 and 27. RGB value is (113,114,39). Sum of RGB (Red+Green+Blue) = 113+114+39=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #717227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717227 is #8E8DD8. Grayscale: #696969. Windows color (decimal): -9342425 or 2585201. OLE color: 2585201.

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

Color convert

RGB11311439-
CMYK0.0100.660.55
HSL60.8º49.02%30%-
HSV(B)60.8º65.79%44.71%-
XYZ13.1915.694.25-
YUV105.1590.67133.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=42.48%
G=42.86%
B=14.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114390.0100.660.5560.849.0230
Hex7172271042373d311e
Octal161162471010267756136
Binary1110001111001010011110100001011011111110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717227; }

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

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

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

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

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

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

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

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