Html Css Color HEX #8F855F Granite Green

📋 copy color: '#8F855F'

red 143 ◦ green 133 ◦ blue 95

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

Shades of Granite Green #8F855F

Tints of Granite Green #8F855F

RGB

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

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

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

R = 38.54%
G = 35.85%
B = 25.61%

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

#8F855F (or 0x8F855F) is known color: Granite Green. HEX triplet: 8F, 85 and 5F. RGB value is (143,133,95). Sum of RGB (Red+Green+Blue) = 143+133+95=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F855F is #707AA0. Grayscale: #838383. Windows color (decimal): -7371425 or 6260111. OLE color: 6260111.

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

Color convert

RGB 143 133 95 -
CMYK 0 0.07 0.34 0.44
HSL 47.5º 0.2% 0.47% -
HSV(B) 47.5º 0.34% 0.56% -
XYZ 21.78 23.44 14.2 -
YUV 131.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 143 133 95 0 0.07 0.34 0.44 47.5 0.2 0.47
Hex 8F 85 5F 0 7 22 2C 30 14 2F
Octal 217 205 137 0 7 42 54 60 24 57
Binary 10001111 10000101 1011111 0 111 100010 101100 110000 10100 101111

Color Harmonies of #8F855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F855F

Black with #8F855F

Text Example


Text Example

White with #8F855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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