#898067

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

Shades of Granite Green #898067

Tints of Granite Green #898067

Color information

#898067 (or 0x898067) is unknown color: approx Granite Green. HEX triplet: 89, 80 and 67. RGB value is (137,128,103). Sum of RGB (Red+Green+Blue) = 137+128+103=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #898067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898067 is #767F98. Grayscale: #7F7F7F. Windows color (decimal): -7765913 or 6783113. OLE color: 6783113.

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

Color convert

RGB137128103-
CMYK00.070.250.46
HSL44.12º14.17%47.06%-
HSV(B)44.12º24.82%53.73%-
XYZ20.4821.7415.95-
YUV127.84113.98134.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 103 (40.62% from 255) = 27.99%
R=37.23%
G=34.78%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712810300.070.250.4644.1214.1747.06
Hex89806707192E2ce2f
Octal211200147073156541657
Binary100010011000000011001110111110011011101011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898067; }

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

 H1.HeaderClassName
 {
   color: #898067;
 }
 .AnyTagClassName
 {
   color: #898067;
 }
</style>
background-color css

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

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

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

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

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

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