Html Css Color HEX #89826E Granite Green

📋 copy color: '#89826E'

red 137 ◦ green 130 ◦ blue 110

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

Shades of Granite Green #89826E

Tints of Granite Green #89826E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

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

R = 36.34%
G = 34.48%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89826E (or 0x89826E) is known color: Granite Green. HEX triplet: 89, 82 and 6E. RGB value is (137,130,110). Sum of RGB (Red+Green+Blue) = 137+130+110=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #89826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89826E is #767D91. Grayscale: #818181. Windows color (decimal): -7765394 or 7242377. OLE color: 7242377.

HSL color Cylindrical-coordinate representation of color #89826E: hue angle of 44.44º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89826E is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 110 -
CMYK 0 0.05 0.20 0.46
HSL 44.44º 0.11% 0.48% -
HSV(B) 44.44º 0.2% 0.54% -
XYZ 21.11 22.41 17.96 -
YUV 129.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 137 130 110 0 0.05 0.20 0.46 44.44 0.11 0.48
Hex 89 82 6E 0 5 14 2E 2C B 30
Octal 211 202 156 0 5 24 56 54 13 60
Binary 10001001 10000010 1101110 0 101 10100 101110 101100 1011 110000

Color Harmonies of #89826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89826E

Black with #89826E

Text Example


Text Example

White with #89826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,130,110); }

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

background-color css

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

 a { background-color: rgb(137,130,110); }

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

border-color css

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

 span { border-color: rgb(137,130,110); }

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