#898068

Color #898068 Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #898068

Tints of Granite Green #898068

Color information

#898068 (or 0x898068) is unknown color: approx 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

RGB137128104-
CMYK00.070.240.46
HSL43.64º13.69%47.25%-
HSV(B)43.64º24.09%53.73%-
XYZ20.5321.7616.21-
YUV127.95114.48134.45-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712810400.070.240.4643.6413.6947.25
Hex89806807182E2ce2f
Octal211200150073056541657
Binary100010011000000011010000111110001011101011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>