Html Css Color HEX #8F7E61 Granite Green

📋 copy color: '#8F7E61'

red 143 ◦ green 126 ◦ blue 97

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

Shades of Granite Green #8F7E61

Tints of Granite Green #8F7E61

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.43%

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 39.07%
G = 34.43%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8F7E61 (or 0x8F7E61) is known color: Granite Green. HEX triplet: 8F, 7E and 61. RGB value is (143,126,97). Sum of RGB (Red+Green+Blue) = 143+126+97=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7E61 is #70819E. Grayscale: #7F7F7F. Windows color (decimal): -7373215 or 6389391. OLE color: 6389391.

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

Color convert

RGB 143 126 97 -
CMYK 0 0.12 0.32 0.44
HSL 37.83º 0.19% 0.47% -
HSV(B) 37.83º 0.32% 0.56% -
XYZ 20.95 21.62 14.38 -
YUV 127.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 143 126 97 0 0.12 0.32 0.44 37.83 0.19 0.47
Hex 8F 7E 61 0 C 20 2C 26 13 2F
Octal 217 176 141 0 14 40 54 46 23 57
Binary 10001111 1111110 1100001 0 1100 100000 101100 100110 10011 101111

Color Harmonies of #8F7E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7E61

Black with #8F7E61

Text Example


Text Example

White with #8F7E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,126,97); }

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

background-color css

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

 a { background-color: rgb(143,126,97); }

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

border-color css

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

 span { border-color: rgb(143,126,97); }

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