Html Css Color HEX #8C8369 Granite Green

📋 copy color: '#8C8369'

red 140 ◦ green 131 ◦ blue 105

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

Shades of Granite Green #8C8369

Tints of Granite Green #8C8369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

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

R = 37.23%
G = 34.84%
B = 27.93%

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

#8C8369 (or 0x8C8369) is known color: Granite Green. HEX triplet: 8C, 83 and 69. RGB value is (140,131,105). Sum of RGB (Red+Green+Blue) = 140+131+105=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8369 is #737C96. Grayscale: #828282. Windows color (decimal): -7568535 or 6914956. OLE color: 6914956.

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

Color convert

RGB 140 131 105 -
CMYK 0 0.06 0.25 0.45
HSL 44.57º 0.14% 0.48% -
HSV(B) 44.57º 0.25% 0.55% -
XYZ 21.48 22.83 16.64 -
YUV 130.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 140 131 105 0 0.06 0.25 0.45 44.57 0.14 0.48
Hex 8C 83 69 0 6 19 2D 2D E 30
Octal 214 203 151 0 6 31 55 55 16 60
Binary 10001100 10000011 1101001 0 110 11001 101101 101101 1110 110000

Color Harmonies of #8C8369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8369

Black with #8C8369

Text Example


Text Example

White with #8C8369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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