Html Css Color HEX #898168 Granite Green

📋 copy color: '#898168'

red 137 ◦ green 129 ◦ blue 104

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

Shades of Granite Green #898168

Tints of Granite Green #898168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.11%

R = 37.03%
G = 34.86%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#898168 (or 0x898168) is known color: Granite Green. HEX triplet: 89, 81 and 68. RGB value is (137,129,104). Sum of RGB (Red+Green+Blue) = 137+129+104=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #898168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898168 is #767E97. Grayscale: #808080. Windows color (decimal): -7765656 or 6848905. OLE color: 6848905.

HSL color Cylindrical-coordinate representation of color #898168: hue angle of 45.45º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #898168 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 129 104 -
CMYK 0 0.06 0.24 0.46
HSL 45.45º 0.14% 0.47% -
HSV(B) 45.45º 0.24% 0.54% -
XYZ 20.67 22.02 16.26 -
YUV 128.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 137 129 104 0 0.06 0.24 0.46 45.45 0.14 0.47
Hex 89 81 68 0 6 18 2E 2D E 2F
Octal 211 201 150 0 6 30 56 55 16 57
Binary 10001001 10000001 1101000 0 110 11000 101110 101101 1110 101111

Color Harmonies of #898168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898168

Black with #898168

Text Example


Text Example

White with #898168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898168; }

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

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

background-color css

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

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

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

border-color css

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

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

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