Html Css Color HEX #89816C Granite Green

📋 copy color: '#89816C'

red 137 ◦ green 129 ◦ blue 108

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

Shades of Granite Green #89816C

Tints of Granite Green #89816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.88%

R = 36.63%
G = 34.49%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89816C (or 0x89816C) is known color: Granite Green. HEX triplet: 89, 81 and 6C. RGB value is (137,129,108). Sum of RGB (Red+Green+Blue) = 137+129+108=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #89816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89816C is #767E93. Grayscale: #818181. Windows color (decimal): -7765652 or 7111049. OLE color: 7111049.

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

Color convert

RGB 137 129 108 -
CMYK 0 0.06 0.21 0.46
HSL 43.45º 0.12% 0.48% -
HSV(B) 43.45º 0.21% 0.54% -
XYZ 20.87 22.1 17.35 -
YUV 129 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 137 129 108 0 0.06 0.21 0.46 43.45 0.12 0.48
Hex 89 81 6C 0 6 15 2E 2B C 30
Octal 211 201 154 0 6 25 56 53 14 60
Binary 10001001 10000001 1101100 0 110 10101 101110 101011 1100 110000

Color Harmonies of #89816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89816C

Black with #89816C

Text Example


Text Example

White with #89816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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