#8F8869

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

Shades of Granite Green #8F8869

Tints of Granite Green #8F8869

Color information

#8F8869 (or 0x8F8869) is unknown color: approx Granite Green. HEX triplet: 8F, 88 and 69. RGB value is (143,136,105). Sum of RGB (Red+Green+Blue) = 143+136+105=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8869 is #707796. Grayscale: #868686. Windows color (decimal): -7370647 or 6916239. OLE color: 6916239.

HSL color Cylindrical-coordinate representation of color #8F8869: hue angle of 48.95º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F8869 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB143136105-
CMYK00.050.270.44
HSL48.95º15.32%48.63%-
HSV(B)48.95º26.57%56.08%-
XYZ22.6824.4716.89-
YUV134.56111.32134.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.24%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 105 (41.41% from 255) = 27.34%
R=37.24%
G=35.42%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313610500.050.270.4448.9515.3248.63
Hex8F8869051B2C31f31
Octal217210151053354611761
Binary100011111000100011010010101110111011001100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F8869; }

 p { color: rgb(143,136,105); }

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

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

 a { background-color: rgb(143,136,105); }

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

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

 span { border-color: rgb(143,136,105); }

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