Html Css Color HEX #8F865F Granite Green

📋 copy color: '#8F865F'

red 143 ◦ green 134 ◦ blue 95

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

Shades of Granite Green #8F865F

Tints of Granite Green #8F865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.54%

R = 38.44%
G = 36.02%
B = 25.54%

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

#8F865F (or 0x8F865F) is known color: Granite Green. HEX triplet: 8F, 86 and 5F. RGB value is (143,134,95). Sum of RGB (Red+Green+Blue) = 143+134+95=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 143 - color contains mainly: red. Hex color #8F865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F865F is #7079A0. Grayscale: #848484. Windows color (decimal): -7371169 or 6260367. OLE color: 6260367.

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

Color convert

RGB 143 134 95 -
CMYK 0 0.06 0.34 0.44
HSL 48.75º 0.2% 0.47% -
HSV(B) 48.75º 0.34% 0.56% -
XYZ 21.92 23.72 14.25 -
YUV 132.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 143 134 95 0 0.06 0.34 0.44 48.75 0.2 0.47
Hex 8F 86 5F 0 6 22 2C 31 14 2F
Octal 217 206 137 0 6 42 54 61 24 57
Binary 10001111 10000110 1011111 0 110 100010 101100 110001 10100 101111

Color Harmonies of #8F865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F865F

Black with #8F865F

Text Example


Text Example

White with #8F865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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