#8F8562

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

Shades of Granite Green #8F8562

Tints of Granite Green #8F8562

Color information

#8F8562 (or 0x8F8562) is unknown color: approx Granite Green. HEX triplet: 8F, 85 and 62. RGB value is (143,133,98). Sum of RGB (Red+Green+Blue) = 143+133+98=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8562 is #707A9D. Grayscale: #848484. Windows color (decimal): -7371422 or 6456719. OLE color: 6456719.

HSL color Cylindrical-coordinate representation of color #8F8562: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F8562 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB14313398-
CMYK00.070.310.44
HSL46.67º18.67%47.25%-
HSV(B)46.67º31.47%56.08%-
XYZ21.9223.514.94-
YUV132108.81135.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.24%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 98 (38.67% from 255) = 26.20%
R=38.24%
G=35.56%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431339800.070.310.4446.6718.6747.25
Hex8F8562071F2C2f132f
Octal217205142073754572357
Binary1000111110000101110001001111111110110010111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,133,98); }

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

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

 a { background-color: rgb(143,133,98); }

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

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

 span { border-color: rgb(143,133,98); }

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