Html Css Color HEX #88826D Granite Green

📋 copy color: '#88826D'

red 136 ◦ green 130 ◦ blue 109

#88826D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #88826D

Tints of Granite Green #88826D

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 value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88826D (or 0x88826D) is known color: 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

RGB 136 130 109 -
CMYK 0 0.04 0.20 0.47
HSL 46.67º 0.11% 0.48% -
HSV(B) 46.67º 0.2% 0.53% -
XYZ 20.9 22.3 17.67 -
YUV 129.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 136 130 109 0 0.04 0.20 0.47 46.67 0.11 0.48
Hex 88 82 6D 0 4 14 2F 2F B 30
Octal 210 202 155 0 4 24 57 57 13 60
Binary 10001000 10000010 1101101 0 100 10100 101111 101111 1011 110000

Color Harmonies of #88826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88826D

Black with #88826D

Text Example


Text Example

White with #88826D

Text Example


Text Example

HTML Codes & Css Web 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>