Html Css Color HEX #8E8263 Granite Green

📋 copy color: '#8E8263'

red 142 ◦ green 130 ◦ blue 99

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

Shades of Granite Green #8E8263

Tints of Granite Green #8E8263

RGB

 RED value IS 142 (55.86% from 255) = 38.27%

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

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 38.27%
G = 35.04%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E8263 (or 0x8E8263) is known color: Granite Green. HEX triplet: 8E, 82 and 63. RGB value is (142,130,99). Sum of RGB (Red+Green+Blue) = 142+130+99=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8263 is #717D9C. Grayscale: #828282. Windows color (decimal): -7437725 or 6521486. OLE color: 6521486.

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

Color convert

RGB 142 130 99 -
CMYK 0 0.08 0.30 0.44
HSL 43.26º 0.18% 0.47% -
HSV(B) 43.26º 0.3% 0.56% -
XYZ 21.39 22.62 15.04 -
YUV 130.05 110.48 136.52 -
System Red Green Blue C M Y K H S L
Decimal 142 130 99 0 0.08 0.30 0.44 43.26 0.18 0.47
Hex 8E 82 63 0 8 1E 2C 2B 12 2F
Octal 216 202 143 0 10 36 54 53 22 57
Binary 10001110 10000010 1100011 0 1000 11110 101100 101011 10010 101111

Color Harmonies of #8E8263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8263

Black with #8E8263

Text Example


Text Example

White with #8E8263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,130,99); }

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

background-color css

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

 a { background-color: rgb(142,130,99); }

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

border-color css

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

 span { border-color: rgb(142,130,99); }

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