Html Css Color HEX #88826F Granite Green

📋 copy color: '#88826F'

red 136 ◦ green 130 ◦ blue 111

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

Shades of Granite Green #88826F

Tints of Granite Green #88826F

RGB

 RED value IS 136 (53.52% from 255) = 36.07%

 GREEN value IS 130 (51.17% from 255) = 34.48%

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 36.07%
G = 34.48%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88826F (or 0x88826F) is known color: Granite Green. HEX triplet: 88, 82 and 6F. RGB value is (136,130,111). Sum of RGB (Red+Green+Blue) = 136+130+111=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #88826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88826F is #777D90. Grayscale: #818181. Windows color (decimal): -7830929 or 7307912. OLE color: 7307912.

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

Color convert

RGB 136 130 111 -
CMYK 0 0.04 0.18 0.47
HSL 45.6º 0.1% 0.48% -
HSV(B) 45.6º 0.18% 0.53% -
XYZ 21.01 22.35 18.25 -
YUV 129.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 136 130 111 0 0.04 0.18 0.47 45.6 0.1 0.48
Hex 88 82 6F 0 4 12 2F 2E A 30
Octal 210 202 157 0 4 22 57 56 12 60
Binary 10001000 10000010 1101111 0 100 10010 101111 101110 1010 110000

Color Harmonies of #88826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88826F

Black with #88826F

Text Example


Text Example

White with #88826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88826F;
 }
 .AnyTagClassName
 {
   color: #88826F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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