Html Css Color HEX #8D8262 Granite Green

📋 copy color: '#8D8262'

red 141 ◦ green 130 ◦ blue 98

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

Shades of Granite Green #8D8262

Tints of Granite Green #8D8262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

 BLUE value IS 98 (38.67% from 255) = 26.56%

R = 38.21%
G = 35.23%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8D8262 (or 0x8D8262) is known color: Granite Green. HEX triplet: 8D, 82 and 62. RGB value is (141,130,98). Sum of RGB (Red+Green+Blue) = 141+130+98=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8262 is #727D9D. Grayscale: #818181. Windows color (decimal): -7503262 or 6455949. OLE color: 6455949.

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

Color convert

RGB 141 130 98 -
CMYK 0 0.08 0.30 0.45
HSL 44.65º 0.18% 0.47% -
HSV(B) 44.65º 0.3% 0.55% -
XYZ 21.17 22.51 14.78 -
YUV 129.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 141 130 98 0 0.08 0.30 0.45 44.65 0.18 0.47
Hex 8D 82 62 0 8 1E 2D 2D 12 2F
Octal 215 202 142 0 10 36 55 55 22 57
Binary 10001101 10000010 1100010 0 1000 11110 101101 101101 10010 101111

Color Harmonies of #8D8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8262

Black with #8D8262

Text Example


Text Example

White with #8D8262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,130,98); }

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

background-color css

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

 a { background-color: rgb(141,130,98); }

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

border-color css

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

 span { border-color: rgb(141,130,98); }

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