Html Css Color HEX #89816A Granite Green

📋 copy color: '#89816A'

red 137 ◦ green 129 ◦ blue 106

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

Shades of Granite Green #89816A

Tints of Granite Green #89816A

RGB

 RED value IS 137 (53.91% from 255) = 36.83%

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

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

R = 36.83%
G = 34.68%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#89816A (or 0x89816A) is known color: Granite Green. HEX triplet: 89, 81 and 6A. RGB value is (137,129,106). Sum of RGB (Red+Green+Blue) = 137+129+106=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 137 - color contains mainly: red. Hex color #89816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89816A is #767E95. Grayscale: #808080. Windows color (decimal): -7765654 or 6979977. OLE color: 6979977.

HSL color Cylindrical-coordinate representation of color #89816A: hue angle of 44.52º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89816A is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 129 106 -
CMYK 0 0.06 0.23 0.46
HSL 44.52º 0.13% 0.48% -
HSV(B) 44.52º 0.23% 0.54% -
XYZ 20.77 22.06 16.8 -
YUV 128.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 137 129 106 0 0.06 0.23 0.46 44.52 0.13 0.48
Hex 89 81 6A 0 6 17 2E 2D D 30
Octal 211 201 152 0 6 27 56 55 15 60
Binary 10001001 10000001 1101010 0 110 10111 101110 101101 1101 110000

Color Harmonies of #89816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89816A

Black with #89816A

Text Example


Text Example

White with #89816A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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