Html Css Color HEX #8D8365 Granite Green

📋 copy color: '#8D8365'

red 141 ◦ green 131 ◦ blue 101

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

Shades of Granite Green #8D8365

Tints of Granite Green #8D8365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 37.8%
G = 35.12%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8D8365 (or 0x8D8365) is known color: Granite Green. HEX triplet: 8D, 83 and 65. RGB value is (141,131,101). Sum of RGB (Red+Green+Blue) = 141+131+101=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8365 is #727C9A. Grayscale: #828282. Windows color (decimal): -7503003 or 6652813. OLE color: 6652813.

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

Color convert

RGB 141 131 101 -
CMYK 0 0.07 0.28 0.45
HSL 45º 0.17% 0.47% -
HSV(B) 45º 0.28% 0.55% -
XYZ 21.45 22.83 15.59 -
YUV 130.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 141 131 101 0 0.07 0.28 0.45 45 0.17 0.47
Hex 8D 83 65 0 7 1C 2D 2D 11 2F
Octal 215 203 145 0 7 34 55 55 21 57
Binary 10001101 10000011 1100101 0 111 11100 101101 101101 10001 101111

Color Harmonies of #8D8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8365

Black with #8D8365

Text Example


Text Example

White with #8D8365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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