Html Css Color HEX #88806C Granite Green

📋 copy color: '#88806C'

red 136 ◦ green 128 ◦ blue 108

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

Shades of Granite Green #88806C

Tints of Granite Green #88806C

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

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88806C (or 0x88806C) is known color: 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

RGB 136 128 108 -
CMYK 0 0.06 0.21 0.47
HSL 42.86º 0.11% 0.48% -
HSV(B) 42.86º 0.21% 0.53% -
XYZ 20.58 21.76 17.3 -
YUV 128.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 136 128 108 0 0.06 0.21 0.47 42.86 0.11 0.48
Hex 88 80 6C 0 6 15 2F 2B B 30
Octal 210 200 154 0 6 25 57 53 13 60
Binary 10001000 10000000 1101100 0 110 10101 101111 101011 1011 110000

Color Harmonies of #88806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88806C

Black with #88806C

Text Example


Text Example

White with #88806C

Text Example


Text Example

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