Html Css Color HEX #8C8566 Granite Green

📋 copy color: '#8C8566'

red 140 ◦ green 133 ◦ blue 102

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

Shades of Granite Green #8C8566

Tints of Granite Green #8C8566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 102 (40.23% from 255) = 27.2%

R = 37.33%
G = 35.47%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8C8566 (or 0x8C8566) is known color: Granite Green. HEX triplet: 8C, 85 and 66. RGB value is (140,133,102). Sum of RGB (Red+Green+Blue) = 140+133+102=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8566 is #737A99. Grayscale: #838383. Windows color (decimal): -7568026 or 6718860. OLE color: 6718860.

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

Color convert

RGB 140 133 102 -
CMYK 0 0.05 0.27 0.45
HSL 48.95º 0.16% 0.47% -
HSV(B) 48.95º 0.27% 0.55% -
XYZ 21.6 23.31 15.93 -
YUV 131.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 140 133 102 0 0.05 0.27 0.45 48.95 0.16 0.47
Hex 8C 85 66 0 5 1B 2D 31 10 2F
Octal 214 205 146 0 5 33 55 61 20 57
Binary 10001100 10000101 1100110 0 101 11011 101101 110001 10000 101111

Color Harmonies of #8C8566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8566

Black with #8C8566

Text Example


Text Example

White with #8C8566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,133,102); }

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

background-color css

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

 a { background-color: rgb(140,133,102); }

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

border-color css

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

 span { border-color: rgb(140,133,102); }

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