Html Css Color HEX #8C8263 Granite Green

📋 copy color: '#8C8263'

red 140 ◦ green 130 ◦ blue 99

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

Shades of Granite Green #8C8263

Tints of Granite Green #8C8263

RGB

 RED value IS 140 (55.08% from 255) = 37.94%

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

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

R = 37.94%
G = 35.23%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C8263 (or 0x8C8263) is known color: Granite Green. HEX triplet: 8C, 82 and 63. RGB value is (140,130,99). Sum of RGB (Red+Green+Blue) = 140+130+99=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8263 is #737D9C. Grayscale: #818181. Windows color (decimal): -7568797 or 6521484. OLE color: 6521484.

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

Color convert

RGB 140 130 99 -
CMYK 0 0.07 0.29 0.45
HSL 45.37º 0.17% 0.47% -
HSV(B) 45.37º 0.29% 0.55% -
XYZ 21.05 22.44 15.03 -
YUV 129.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 140 130 99 0 0.07 0.29 0.45 45.37 0.17 0.47
Hex 8C 82 63 0 7 1D 2D 2D 11 2F
Octal 214 202 143 0 7 35 55 55 21 57
Binary 10001100 10000010 1100011 0 111 11101 101101 101101 10001 101111

Color Harmonies of #8C8263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8263

Black with #8C8263

Text Example


Text Example

White with #8C8263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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