Html Css Color HEX #8B866E Granite Green

📋 copy color: '#8B866E'

red 139 ◦ green 134 ◦ blue 110

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

Shades of Granite Green #8B866E

Tints of Granite Green #8B866E

RGB

 RED value IS 139 (54.69% from 255) = 36.29%

 GREEN value IS 134 (52.73% from 255) = 34.99%

 BLUE value IS 110 (43.36% from 255) = 28.72%

R = 36.29%
G = 34.99%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B866E (or 0x8B866E) is known color: Granite Green. HEX triplet: 8B, 86 and 6E. RGB value is (139,134,110). Sum of RGB (Red+Green+Blue) = 139+134+110=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B866E is #747991. Grayscale: #848484. Windows color (decimal): -7633298 or 7243403. OLE color: 7243403.

HSL color Cylindrical-coordinate representation of color #8B866E: hue angle of 49.66º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B866E is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 134 110 -
CMYK 0 0.04 0.21 0.45
HSL 49.66º 0.12% 0.49% -
HSV(B) 49.66º 0.21% 0.55% -
XYZ 21.99 23.66 18.16 -
YUV 132.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 139 134 110 0 0.04 0.21 0.45 49.66 0.12 0.49
Hex 8B 86 6E 0 4 15 2D 32 C 31
Octal 213 206 156 0 4 25 55 62 14 61
Binary 10001011 10000110 1101110 0 100 10101 101101 110010 1100 110001

Color Harmonies of #8B866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B866E

Black with #8B866E

Text Example


Text Example

White with #8B866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,134,110); }

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

background-color css

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

 a { background-color: rgb(139,134,110); }

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

border-color css

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

 span { border-color: rgb(139,134,110); }

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