Html Css Color HEX #88816E Granite Green

📋 copy color: '#88816E'

red 136 ◦ green 129 ◦ blue 110

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

Shades of Granite Green #88816E

Tints of Granite Green #88816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 36.27%
G = 34.4%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88816E (or 0x88816E) is known color: Granite Green. HEX triplet: 88, 81 and 6E. RGB value is (136,129,110). Sum of RGB (Red+Green+Blue) = 136+129+110=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #88816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88816E is #777E91. Grayscale: #818181. Windows color (decimal): -7831186 or 7242120. OLE color: 7242120.

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

Color convert

RGB 136 129 110 -
CMYK 0 0.05 0.19 0.47
HSL 43.85º 0.11% 0.48% -
HSV(B) 43.85º 0.19% 0.53% -
XYZ 20.82 22.06 17.91 -
YUV 128.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 136 129 110 0 0.05 0.19 0.47 43.85 0.11 0.48
Hex 88 81 6E 0 5 13 2F 2C B 30
Octal 210 201 156 0 5 23 57 54 13 60
Binary 10001000 10000001 1101110 0 101 10011 101111 101100 1011 110000

Color Harmonies of #88816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88816E

Black with #88816E

Text Example


Text Example

White with #88816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88816E;
 }
 .AnyTagClassName
 {
   color: #88816E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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