Html Css Color HEX #8A856F Granite Green

📋 copy color: '#8A856F'

red 138 ◦ green 133 ◦ blue 111

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

Shades of Granite Green #8A856F

Tints of Granite Green #8A856F

RGB

 RED value IS 138 (54.3% from 255) = 36.13%

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 36.13%
G = 34.82%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A856F (or 0x8A856F) is known color: Granite Green. HEX triplet: 8A, 85 and 6F. RGB value is (138,133,111). Sum of RGB (Red+Green+Blue) = 138+133+111=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 138 - color contains mainly: red. Hex color #8A856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A856F is #757A90. Grayscale: #848484. Windows color (decimal): -7699089 or 7308682. OLE color: 7308682.

HSL color Cylindrical-coordinate representation of color #8A856F: hue angle of 48.89º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A856F is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 133 111 -
CMYK 0 0.04 0.20 0.46
HSL 48.89º 0.11% 0.49% -
HSV(B) 48.89º 0.2% 0.54% -
XYZ 21.74 23.33 18.4 -
YUV 131.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 138 133 111 0 0.04 0.20 0.46 48.89 0.11 0.49
Hex 8A 85 6F 0 4 14 2E 31 B 31
Octal 212 205 157 0 4 24 56 61 13 61
Binary 10001010 10000101 1101111 0 100 10100 101110 110001 1011 110001

Color Harmonies of #8A856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A856F

Black with #8A856F

Text Example


Text Example

White with #8A856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,133,111); }

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

background-color css

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

 a { background-color: rgb(138,133,111); }

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

border-color css

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

 span { border-color: rgb(138,133,111); }

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