Html Css Color HEX #8B9560 Avocado

📋 copy color: '#8B9560'

red 139 ◦ green 149 ◦ blue 96

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

Shades of Avocado #8B9560

Tints of Avocado #8B9560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

 BLUE value IS 96 (37.89% from 255) = 25%

R = 36.2%
G = 38.8%
B = 25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#8B9560 (or 0x8B9560) is known color: Avocado. HEX triplet: 8B, 95 and 60. RGB value is (139,149,96). Sum of RGB (Red+Green+Blue) = 139+149+96=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9560 is #746A9F. Grayscale: #8C8C8C. Windows color (decimal): -7629472 or 6329739. OLE color: 6329739.

HSL color Cylindrical-coordinate representation of color #8B9560: hue angle of 71.32º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B9560 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 149 96 -
CMYK 0.07 0 0.36 0.42
HSL 71.32º 0.22% 0.48% -
HSV(B) 71.32º 0.36% 0.58% -
XYZ 23.51 27.83 15.2 -
YUV 139.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 139 149 96 0.07 0 0.36 0.42 71.32 0.22 0.48
Hex 8B 95 60 7 0 24 2A 47 16 30
Octal 213 225 140 7 0 44 52 107 26 60
Binary 10001011 10010101 1100000 111 0 100100 101010 1000111 10110 110000

Color Harmonies of #8B9560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9560

Black with #8B9560

Text Example


Text Example

White with #8B9560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,149,96); }

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

background-color css

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

 a { background-color: rgb(139,149,96); }

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

border-color css

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

 span { border-color: rgb(139,149,96); }

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