Html Css Color HEX #8B8061 Granite Green

📋 copy color: '#8B8061'

red 139 ◦ green 128 ◦ blue 97

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

Shades of Granite Green #8B8061

Tints of Granite Green #8B8061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.65%

R = 38.19%
G = 35.16%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8B8061 (or 0x8B8061) is known color: Granite Green. HEX triplet: 8B, 80 and 61. RGB value is (139,128,97). Sum of RGB (Red+Green+Blue) = 139+128+97=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8061 is #747F9E. Grayscale: #7F7F7F. Windows color (decimal): -7634847 or 6389899. OLE color: 6389899.

HSL color Cylindrical-coordinate representation of color #8B8061: hue angle of 44.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B8061 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 128 97 -
CMYK 0 0.08 0.30 0.45
HSL 44.29º 0.18% 0.46% -
HSV(B) 44.29º 0.3% 0.55% -
XYZ 20.52 21.79 14.43 -
YUV 127.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 139 128 97 0 0.08 0.30 0.45 44.29 0.18 0.46
Hex 8B 80 61 0 8 1E 2D 2C 12 2E
Octal 213 200 141 0 10 36 55 54 22 56
Binary 10001011 10000000 1100001 0 1000 11110 101101 101100 10010 101110

Color Harmonies of #8B8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8061

Black with #8B8061

Text Example


Text Example

White with #8B8061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,128,97); }

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

background-color css

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

 a { background-color: rgb(139,128,97); }

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

border-color css

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

 span { border-color: rgb(139,128,97); }

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