Html Css Color HEX #8F865E Granite Green

📋 copy color: '#8F865E'

red 143 ◦ green 134 ◦ blue 94

#8F865E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #8F865E

Tints of Granite Green #8F865E

RGB

 RED value IS 143 (56.25% from 255) = 38.54%

 GREEN value IS 134 (52.73% from 255) = 36.12%

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 38.54%
G = 36.12%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F865E (or 0x8F865E) is known color: Granite Green. HEX triplet: 8F, 86 and 5E. RGB value is (143,134,94). Sum of RGB (Red+Green+Blue) = 143+134+94=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F865E is #7079A1. Grayscale: #848484. Windows color (decimal): -7371170 or 6194831. OLE color: 6194831.

HSL color Cylindrical-coordinate representation of color #8F865E: hue angle of 48.98º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F865E is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 134 94 -
CMYK 0 0.06 0.34 0.44
HSL 48.98º 0.21% 0.46% -
HSV(B) 48.98º 0.34% 0.56% -
XYZ 21.87 23.7 14.01 -
YUV 132.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 143 134 94 0 0.06 0.34 0.44 48.98 0.21 0.46
Hex 8F 86 5E 0 6 22 2C 31 15 2E
Octal 217 206 136 0 6 42 54 61 25 56
Binary 10001111 10000110 1011110 0 110 100010 101100 110001 10101 101110

Color Harmonies of #8F865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F865E

Black with #8F865E

Text Example


Text Example

White with #8F865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,134,94); }

 H1.HeaderClassName
 {
   color: #8F865E;
 }
 .AnyTagClassName
 {
   color: #8F865E;
 }
</style>

background-color css

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

 a { background-color: rgb(143,134,94); }

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

border-color css

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

 span { border-color: rgb(143,134,94); }

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