#88816A

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

Shades of Granite Green #88816A

Tints of Granite Green #88816A

Color information

#88816A (or 0x88816A) is unknown color: approx Granite Green. HEX triplet: 88, 81 and 6A. RGB value is (136,129,106). Sum of RGB (Red+Green+Blue) = 136+129+106=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #88816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88816A is #777E95. Grayscale: #808080. Windows color (decimal): -7831190 or 6979976. OLE color: 6979976.

HSL color Cylindrical-coordinate representation of color #88816A: hue angle of 46º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88816A is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB136129106-
CMYK00.050.220.47
HSL46º12.4%47.45%-
HSV(B)46º22.06%53.33%-
XYZ20.6121.9816.79-
YUV128.47115.32133.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=36.66%
G=34.77%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612910600.050.220.474612.447.45
Hex88816A05162F2ec2f
Octal210201152052657561457
Binary100010001000000111010100101101101011111011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88816A; }

 p { color: rgb(136,129,106); }

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

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

 a { background-color: rgb(136,129,106); }

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

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

 span { border-color: rgb(136,129,106); }

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