#88806c

Color #88806C Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #88806C

Tints of Granite Green #88806C

Color information

#88806C (or 0x88806C) is unknown color: approx Granite Green. HEX triplet: 88, 80 and 6C. RGB value is (136,128,108). Sum of RGB (Red+Green+Blue) = 136+128+108=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 136 - color contains mainly: red. Hex color #88806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88806C is #777F93. Grayscale: #808080. Windows color (decimal): -7831444 or 7110792. OLE color: 7110792.

HSL color Cylindrical-coordinate representation of color #88806C: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88806C is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB136128108-
CMYK00.060.210.47
HSL42.86º11.48%47.84%-
HSV(B)42.86º20.59%53.33%-
XYZ20.5821.7617.3-
YUV128.11116.65133.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 108 (42.58% from 255) = 29.03%
R=36.56%
G=34.41%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612810800.060.210.4742.8611.4847.84
Hex88806C06152F2bb30
Octal210200154062557531360
Binary100010001000000011011000110101011011111010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88806c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88806c; }

 p { color: rgb(136,128,108); }

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

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

 a { background-color: rgb(136,128,108); }

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

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

 span { border-color: rgb(136,128,108); }

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