Html Css Color HEX #898268 Granite Green

📋 copy color: '#898268'

red 137 ◦ green 130 ◦ blue 104

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

Shades of Granite Green #898268

Tints of Granite Green #898268

RGB

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

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

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

R = 36.93%
G = 35.04%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#898268 (or 0x898268) is known color: Granite Green. HEX triplet: 89, 82 and 68. RGB value is (137,130,104). Sum of RGB (Red+Green+Blue) = 137+130+104=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #898268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898268 is #767D97. Grayscale: #818181. Windows color (decimal): -7765400 or 6849161. OLE color: 6849161.

HSL color Cylindrical-coordinate representation of color #898268: hue angle of 47.27º 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 #898268 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 104 -
CMYK 0 0.05 0.24 0.46
HSL 47.27º 0.14% 0.47% -
HSV(B) 47.27º 0.24% 0.54% -
XYZ 20.8 22.28 16.3 -
YUV 129.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 137 130 104 0 0.05 0.24 0.46 47.27 0.14 0.47
Hex 89 82 68 0 5 18 2E 2F E 2F
Octal 211 202 150 0 5 30 56 57 16 57
Binary 10001001 10000010 1101000 0 101 11000 101110 101111 1110 101111

Color Harmonies of #898268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898268

Black with #898268

Text Example


Text Example

White with #898268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898268; }

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

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

background-color css

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

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

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

border-color css

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

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

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