Html Css Color HEX #8C8069 Granite Green

📋 copy color: '#8C8069'

red 140 ◦ green 128 ◦ blue 105

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

Shades of Granite Green #8C8069

Tints of Granite Green #8C8069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.32%

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

R = 37.53%
G = 34.32%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8C8069 (or 0x8C8069) is known color: Granite Green. HEX triplet: 8C, 80 and 69. RGB value is (140,128,105). Sum of RGB (Red+Green+Blue) = 140+128+105=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8069 is #737F96. Grayscale: #818181. Windows color (decimal): -7569303 or 6914188. OLE color: 6914188.

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

Color convert

RGB 140 128 105 -
CMYK 0 0.09 0.25 0.45
HSL 39.43º 0.14% 0.48% -
HSV(B) 39.43º 0.25% 0.55% -
XYZ 21.08 22.03 16.51 -
YUV 128.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 140 128 105 0 0.09 0.25 0.45 39.43 0.14 0.48
Hex 8C 80 69 0 9 19 2D 27 E 30
Octal 214 200 151 0 11 31 55 47 16 60
Binary 10001100 10000000 1101001 0 1001 11001 101101 100111 1110 110000

Color Harmonies of #8C8069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8069

Black with #8C8069

Text Example


Text Example

White with #8C8069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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