Html Css Color HEX #88816A Granite Green

📋 copy color: '#88816A'

red 136 ◦ green 129 ◦ blue 106

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

Shades of Granite Green #88816A

Tints of Granite Green #88816A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 36.66%
G = 34.77%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#88816A (or 0x88816A) is known color: Granite Green. HEX triplet: 88, 81 and 6A. RGB value is (136,129,106). Sum of RGB (Red+Green+Blue) = 136+129+106=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #88816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88816A is #777E95. Grayscale: #808080. Windows color (decimal): -7831190 or 6979976. OLE color: 6979976.

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

Color convert

RGB 136 129 106 -
CMYK 0 0.05 0.22 0.47
HSL 46º 0.12% 0.47% -
HSV(B) 46º 0.22% 0.53% -
XYZ 20.61 21.98 16.79 -
YUV 128.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 136 129 106 0 0.05 0.22 0.47 46 0.12 0.47
Hex 88 81 6A 0 5 16 2F 2E C 2F
Octal 210 201 152 0 5 26 57 56 14 57
Binary 10001000 10000001 1101010 0 101 10110 101111 101110 1100 101111

Color Harmonies of #88816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88816A

Black with #88816A

Text Example


Text Example

White with #88816A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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