Html Css Color HEX #898068 Granite Green

📋 copy color: '#898068'

red 137 ◦ green 128 ◦ blue 104

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

Shades of Granite Green #898068

Tints of Granite Green #898068

RGB

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

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

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

R = 37.13%
G = 34.69%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#898068 (or 0x898068) is known color: Granite Green. HEX triplet: 89, 80 and 68. RGB value is (137,128,104). Sum of RGB (Red+Green+Blue) = 137+128+104=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #898068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898068 is #767F97. Grayscale: #808080. Windows color (decimal): -7765912 or 6848649. OLE color: 6848649.

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

Color convert

RGB 137 128 104 -
CMYK 0 0.07 0.24 0.46
HSL 43.64º 0.14% 0.47% -
HSV(B) 43.64º 0.24% 0.54% -
XYZ 20.53 21.76 16.21 -
YUV 127.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 137 128 104 0 0.07 0.24 0.46 43.64 0.14 0.47
Hex 89 80 68 0 7 18 2E 2C E 2F
Octal 211 200 150 0 7 30 56 54 16 57
Binary 10001001 10000000 1101000 0 111 11000 101110 101100 1110 101111

Color Harmonies of #898068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898068

Black with #898068

Text Example


Text Example

White with #898068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898068; }

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

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

background-color css

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

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

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

border-color css

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

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

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