Html Css Color HEX #8C8469 Granite Green

📋 copy color: '#8C8469'

red 140 ◦ green 132 ◦ blue 105

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

Shades of Granite Green #8C8469

Tints of Granite Green #8C8469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 37.14%
G = 35.01%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8C8469 (or 0x8C8469) is known color: Granite Green. HEX triplet: 8C, 84 and 69. RGB value is (140,132,105). Sum of RGB (Red+Green+Blue) = 140+132+105=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8469 is #737B96. Grayscale: #838383. Windows color (decimal): -7568279 or 6915212. OLE color: 6915212.

HSL color Cylindrical-coordinate representation of color #8C8469: hue angle of 46.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C8469 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 132 105 -
CMYK 0 0.06 0.25 0.45
HSL 46.29º 0.14% 0.48% -
HSV(B) 46.29º 0.25% 0.55% -
XYZ 21.62 23.1 16.68 -
YUV 131.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 140 132 105 0 0.06 0.25 0.45 46.29 0.14 0.48
Hex 8C 84 69 0 6 19 2D 2E E 30
Octal 214 204 151 0 6 31 55 56 16 60
Binary 10001100 10000100 1101001 0 110 11001 101101 101110 1110 110000

Color Harmonies of #8C8469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8469

Black with #8C8469

Text Example


Text Example

White with #8C8469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,132,105); }

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

background-color css

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

 a { background-color: rgb(140,132,105); }

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

border-color css

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

 span { border-color: rgb(140,132,105); }

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