Html Css Color HEX #8D8565 Granite Green

📋 copy color: '#8D8565'

red 141 ◦ green 133 ◦ blue 101

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

Shades of Granite Green #8D8565

Tints of Granite Green #8D8565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.93%

R = 37.6%
G = 35.47%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8D8565 (or 0x8D8565) is known color: Granite Green. HEX triplet: 8D, 85 and 65. RGB value is (141,133,101). Sum of RGB (Red+Green+Blue) = 141+133+101=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8565 is #727A9A. Grayscale: #838383. Windows color (decimal): -7502491 or 6653325. OLE color: 6653325.

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

Color convert

RGB 141 133 101 -
CMYK 0 0.06 0.28 0.45
HSL 48º 0.17% 0.47% -
HSV(B) 48º 0.28% 0.55% -
XYZ 21.72 23.38 15.68 -
YUV 131.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 141 133 101 0 0.06 0.28 0.45 48 0.17 0.47
Hex 8D 85 65 0 6 1C 2D 30 11 2F
Octal 215 205 145 0 6 34 55 60 21 57
Binary 10001101 10000101 1100101 0 110 11100 101101 110000 10001 101111

Color Harmonies of #8D8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8565

Black with #8D8565

Text Example


Text Example

White with #8D8565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,133,101); }

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

background-color css

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

 a { background-color: rgb(141,133,101); }

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

border-color css

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

 span { border-color: rgb(141,133,101); }

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