Html Css Color HEX #8D7F61 Granite Green

📋 copy color: '#8D7F61'

red 141 ◦ green 127 ◦ blue 97

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

Shades of Granite Green #8D7F61

Tints of Granite Green #8D7F61

RGB

 RED value IS 141 (55.47% from 255) = 38.63%

 GREEN value IS 127 (50% from 255) = 34.79%

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

R = 38.63%
G = 34.79%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8D7F61 (or 0x8D7F61) is known color: Granite Green. HEX triplet: 8D, 7F and 61. RGB value is (141,127,97). Sum of RGB (Red+Green+Blue) = 141+127+97=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7F61 is #72809E. Grayscale: #7F7F7F. Windows color (decimal): -7504031 or 6389645. OLE color: 6389645.

HSL color Cylindrical-coordinate representation of color #8D7F61: hue angle of 40.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D7F61 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 127 97 -
CMYK 0 0.10 0.31 0.45
HSL 40.91º 0.18% 0.47% -
HSV(B) 40.91º 0.31% 0.55% -
XYZ 20.73 21.7 14.41 -
YUV 127.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 141 127 97 0 0.10 0.31 0.45 40.91 0.18 0.47
Hex 8D 7F 61 0 A 1F 2D 29 12 2F
Octal 215 177 141 0 12 37 55 51 22 57
Binary 10001101 1111111 1100001 0 1010 11111 101101 101001 10010 101111

Color Harmonies of #8D7F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7F61

Black with #8D7F61

Text Example


Text Example

White with #8D7F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,127,97); }

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

background-color css

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

 a { background-color: rgb(141,127,97); }

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

border-color css

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

 span { border-color: rgb(141,127,97); }

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