Html Css Color HEX #898069 Granite Green

📋 copy color: '#898069'

red 137 ◦ green 128 ◦ blue 105

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

Shades of Granite Green #898069

Tints of Granite Green #898069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

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

R = 37.03%
G = 34.59%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#898069 (or 0x898069) is known color: Granite Green. HEX triplet: 89, 80 and 69. RGB value is (137,128,105). Sum of RGB (Red+Green+Blue) = 137+128+105=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #898069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898069 is #767F96. Grayscale: #808080. Windows color (decimal): -7765911 or 6914185. OLE color: 6914185.

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

Color convert

RGB 137 128 105 -
CMYK 0 0.07 0.23 0.46
HSL 43.13º 0.13% 0.47% -
HSV(B) 43.13º 0.23% 0.54% -
XYZ 20.59 21.78 16.48 -
YUV 128.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 137 128 105 0 0.07 0.23 0.46 43.13 0.13 0.47
Hex 89 80 69 0 7 17 2E 2B D 2F
Octal 211 200 151 0 7 27 56 53 15 57
Binary 10001001 10000000 1101001 0 111 10111 101110 101011 1101 101111

Color Harmonies of #898069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898069

Black with #898069

Text Example


Text Example

White with #898069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898069; }

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

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

background-color css

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

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

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

border-color css

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

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

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