Html Css Color HEX #8F855E Granite Green

📋 copy color: '#8F855E'

red 143 ◦ green 133 ◦ blue 94

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

Shades of Granite Green #8F855E

Tints of Granite Green #8F855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 38.65%
G = 35.95%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F855E (or 0x8F855E) is known color: Granite Green. HEX triplet: 8F, 85 and 5E. RGB value is (143,133,94). Sum of RGB (Red+Green+Blue) = 143+133+94=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F855E is #707AA1. Grayscale: #838383. Windows color (decimal): -7371426 or 6194575. OLE color: 6194575.

HSL color Cylindrical-coordinate representation of color #8F855E: hue angle of 47.76º 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 #8F855E is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 133 94 -
CMYK 0 0.07 0.34 0.44
HSL 47.76º 0.21% 0.46% -
HSV(B) 47.76º 0.34% 0.56% -
XYZ 21.74 23.42 13.97 -
YUV 131.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 143 133 94 0 0.07 0.34 0.44 47.76 0.21 0.46
Hex 8F 85 5E 0 7 22 2C 30 15 2E
Octal 217 205 136 0 7 42 54 60 25 56
Binary 10001111 10000101 1011110 0 111 100010 101100 110000 10101 101110

Color Harmonies of #8F855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F855E

Black with #8F855E

Text Example


Text Example

White with #8F855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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