Html Css Color HEX #898369 Granite Green

📋 copy color: '#898369'

red 137 ◦ green 131 ◦ blue 105

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

Shades of Granite Green #898369

Tints of Granite Green #898369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 36.73%
G = 35.12%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#898369 (or 0x898369) is known color: Granite Green. HEX triplet: 89, 83 and 69. RGB value is (137,131,105). Sum of RGB (Red+Green+Blue) = 137+131+105=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #898369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898369 is #767C96. Grayscale: #818181. Windows color (decimal): -7765143 or 6914953. OLE color: 6914953.

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

Color convert

RGB 137 131 105 -
CMYK 0 0.04 0.23 0.46
HSL 48.75º 0.13% 0.47% -
HSV(B) 48.75º 0.23% 0.54% -
XYZ 20.98 22.57 16.62 -
YUV 129.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 137 131 105 0 0.04 0.23 0.46 48.75 0.13 0.47
Hex 89 83 69 0 4 17 2E 31 D 2F
Octal 211 203 151 0 4 27 56 61 15 57
Binary 10001001 10000011 1101001 0 100 10111 101110 110001 1101 101111

Color Harmonies of #898369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898369

Black with #898369

Text Example


Text Example

White with #898369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898369; }

 p { color: rgb(137,131,105); }

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

background-color css

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

 a { background-color: rgb(137,131,105); }

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

border-color css

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

 span { border-color: rgb(137,131,105); }

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