Html Css Color HEX #8C8265 Granite Green

📋 copy color: '#8C8265'

red 140 ◦ green 130 ◦ blue 101

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

Shades of Granite Green #8C8265

Tints of Granite Green #8C8265

RGB

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

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

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

R = 37.74%
G = 35.04%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C8265 (or 0x8C8265) is known color: Granite Green. HEX triplet: 8C, 82 and 65. RGB value is (140,130,101). Sum of RGB (Red+Green+Blue) = 140+130+101=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8265 is #737D9A. Grayscale: #818181. Windows color (decimal): -7568795 or 6652556. OLE color: 6652556.

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

Color convert

RGB 140 130 101 -
CMYK 0 0.07 0.28 0.45
HSL 44.62º 0.16% 0.47% -
HSV(B) 44.62º 0.28% 0.55% -
XYZ 21.15 22.48 15.54 -
YUV 129.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 140 130 101 0 0.07 0.28 0.45 44.62 0.16 0.47
Hex 8C 82 65 0 7 1C 2D 2D 10 2F
Octal 214 202 145 0 7 34 55 55 20 57
Binary 10001100 10000010 1100101 0 111 11100 101101 101101 10000 101111

Color Harmonies of #8C8265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8265

Black with #8C8265

Text Example


Text Example

White with #8C8265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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