Html Css Color HEX #8D8165 Granite Green

📋 copy color: '#8D8165'

red 141 ◦ green 129 ◦ blue 101

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

Shades of Granite Green #8D8165

Tints of Granite Green #8D8165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 38.01%
G = 34.77%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8D8165 (or 0x8D8165) is known color: Granite Green. HEX triplet: 8D, 81 and 65. RGB value is (141,129,101). Sum of RGB (Red+Green+Blue) = 141+129+101=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8165 is #727E9A. Grayscale: #818181. Windows color (decimal): -7503515 or 6652301. OLE color: 6652301.

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

Color convert

RGB 141 129 101 -
CMYK 0 0.09 0.28 0.45
HSL 42º 0.17% 0.47% -
HSV(B) 42º 0.28% 0.55% -
XYZ 21.18 22.3 15.5 -
YUV 129.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 141 129 101 0 0.09 0.28 0.45 42 0.17 0.47
Hex 8D 81 65 0 9 1C 2D 2A 11 2F
Octal 215 201 145 0 11 34 55 52 21 57
Binary 10001101 10000001 1100101 0 1001 11100 101101 101010 10001 101111

Color Harmonies of #8D8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8165

Black with #8D8165

Text Example


Text Example

White with #8D8165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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