Html Css Color HEX #8F885F Granite Green

📋 copy color: '#8F885F'

red 143 ◦ green 136 ◦ blue 95

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

Shades of Granite Green #8F885F

Tints of Granite Green #8F885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 38.24%
G = 36.36%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F885F (or 0x8F885F) is known color: Granite Green. HEX triplet: 8F, 88 and 5F. RGB value is (143,136,95). Sum of RGB (Red+Green+Blue) = 143+136+95=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 143 - color contains mainly: red. Hex color #8F885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F885F is #7077A0. Grayscale: #858585. Windows color (decimal): -7370657 or 6260879. OLE color: 6260879.

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

Color convert

RGB 143 136 95 -
CMYK 0 0.05 0.34 0.44
HSL 51.25º 0.2% 0.47% -
HSV(B) 51.25º 0.34% 0.56% -
XYZ 22.2 24.27 14.34 -
YUV 133.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 143 136 95 0 0.05 0.34 0.44 51.25 0.2 0.47
Hex 8F 88 5F 0 5 22 2C 33 14 2F
Octal 217 210 137 0 5 42 54 63 24 57
Binary 10001111 10001000 1011111 0 101 100010 101100 110011 10100 101111

Color Harmonies of #8F885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F885F

Black with #8F885F

Text Example


Text Example

White with #8F885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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