#8F8262

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

Shades of Granite Green #8F8262

Tints of Granite Green #8F8262

Color information

#8F8262 (or 0x8F8262) is unknown color: approx Granite Green. HEX triplet: 8F, 82 and 62. RGB value is (143,130,98). Sum of RGB (Red+Green+Blue) = 143+130+98=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8262 is #707D9D. Grayscale: #828282. Windows color (decimal): -7372190 or 6455951. OLE color: 6455951.

HSL color Cylindrical-coordinate representation of color #8F8262: hue angle of 42.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 #8F8262 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB14313098-
CMYK00.090.310.44
HSL42.67º18.67%47.25%-
HSV(B)42.67º31.47%56.08%-
XYZ21.5122.6914.8-
YUV130.24109.81137.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=38.54%
G=35.04%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431309800.090.310.4442.6718.6747.25
Hex8F8262091F2C2b132f
Octal2172021420113754532357
Binary10001111100000101100010010011111110110010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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