Html Css Color HEX #8C8266 Granite Green

📋 copy color: '#8C8266'

red 140 ◦ green 130 ◦ blue 102

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

Shades of Granite Green #8C8266

Tints of Granite Green #8C8266

RGB

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

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

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

R = 37.63%
G = 34.95%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8C8266 (or 0x8C8266) is known color: Granite Green. HEX triplet: 8C, 82 and 66. RGB value is (140,130,102). Sum of RGB (Red+Green+Blue) = 140+130+102=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8266 is #737D99. Grayscale: #818181. Windows color (decimal): -7568794 or 6718092. OLE color: 6718092.

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

Color convert

RGB 140 130 102 -
CMYK 0 0.07 0.27 0.45
HSL 44.21º 0.16% 0.47% -
HSV(B) 44.21º 0.27% 0.55% -
XYZ 21.2 22.5 15.8 -
YUV 129.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 140 130 102 0 0.07 0.27 0.45 44.21 0.16 0.47
Hex 8C 82 66 0 7 1B 2D 2C 10 2F
Octal 214 202 146 0 7 33 55 54 20 57
Binary 10001100 10000010 1100110 0 111 11011 101101 101100 10000 101111

Color Harmonies of #8C8266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8266

Black with #8C8266

Text Example


Text Example

White with #8C8266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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