Html Css Color HEX #8C8261 Granite Green

📋 copy color: '#8C8261'

red 140 ◦ green 130 ◦ blue 97

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

Shades of Granite Green #8C8261

Tints of Granite Green #8C8261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.43%

R = 38.15%
G = 35.42%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C8261 (or 0x8C8261) is known color: Granite Green. HEX triplet: 8C, 82 and 61. RGB value is (140,130,97). Sum of RGB (Red+Green+Blue) = 140+130+97=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8261 is #737D9E. Grayscale: #818181. Windows color (decimal): -7568799 or 6390412. OLE color: 6390412.

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

Color convert

RGB 140 130 97 -
CMYK 0 0.07 0.31 0.45
HSL 46.05º 0.18% 0.46% -
HSV(B) 46.05º 0.31% 0.55% -
XYZ 20.96 22.4 14.53 -
YUV 129.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 140 130 97 0 0.07 0.31 0.45 46.05 0.18 0.46
Hex 8C 82 61 0 7 1F 2D 2E 12 2E
Octal 214 202 141 0 7 37 55 56 22 56
Binary 10001100 10000010 1100001 0 111 11111 101101 101110 10010 101110

Color Harmonies of #8C8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8261

Black with #8C8261

Text Example


Text Example

White with #8C8261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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