#88826D

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

Shades of Granite Green #88826D

Tints of Granite Green #88826D

Color information

#88826D (or 0x88826D) is unknown color: approx Granite Green. HEX triplet: 88, 82 and 6D. RGB value is (136,130,109). Sum of RGB (Red+Green+Blue) = 136+130+109=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #88826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88826D is #777D92. Grayscale: #818181. Windows color (decimal): -7830931 or 7176840. OLE color: 7176840.

HSL color Cylindrical-coordinate representation of color #88826D: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88826D is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB136130109-
CMYK00.040.200.47
HSL46.67º11.02%48.04%-
HSV(B)46.67º19.85%53.33%-
XYZ20.922.317.67-
YUV129.4116.49132.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=36.27%
G=34.67%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613010900.040.200.4746.6711.0248.04
Hex88826D04142F2fb30
Octal210202155042457571360
Binary100010001000001011011010100101001011111011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88826D; }

 p { color: rgb(136,130,109); }

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

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

 a { background-color: rgb(136,130,109); }

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

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

 span { border-color: rgb(136,130,109); }

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