Html Css Color HEX #8C8169 Granite Green

📋 copy color: '#8C8169'

red 140 ◦ green 129 ◦ blue 105

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

Shades of Granite Green #8C8169

Tints of Granite Green #8C8169

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.49%

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

R = 37.43%
G = 34.49%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8C8169 (or 0x8C8169) is known color: Granite Green. HEX triplet: 8C, 81 and 69. RGB value is (140,129,105). Sum of RGB (Red+Green+Blue) = 140+129+105=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8169 is #737E96. Grayscale: #818181. Windows color (decimal): -7569047 or 6914444. OLE color: 6914444.

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

Color convert

RGB 140 129 105 -
CMYK 0 0.08 0.25 0.45
HSL 41.14º 0.14% 0.48% -
HSV(B) 41.14º 0.25% 0.55% -
XYZ 21.22 22.3 16.55 -
YUV 129.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 140 129 105 0 0.08 0.25 0.45 41.14 0.14 0.48
Hex 8C 81 69 0 8 19 2D 29 E 30
Octal 214 201 151 0 10 31 55 51 16 60
Binary 10001100 10000001 1101001 0 1000 11001 101101 101001 1110 110000

Color Harmonies of #8C8169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8169

Black with #8C8169

Text Example


Text Example

White with #8C8169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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