Html Css Color HEX #8F956B Avocado

📋 copy color: '#8F956B'

red 143 ◦ green 149 ◦ blue 107

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

Shades of Avocado #8F956B

Tints of Avocado #8F956B

RGB

 RED value IS 143 (56.25% from 255) = 35.84%

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

 BLUE value IS 107 (42.19% from 255) = 26.82%

R = 35.84%
G = 37.34%
B = 26.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#8F956B (or 0x8F956B) is known color: Avocado. HEX triplet: 8F, 95 and 6B. RGB value is (143,149,107). Sum of RGB (Red+Green+Blue) = 143+149+107=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #8F956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F956B is #706A94. Grayscale: #8E8E8E. Windows color (decimal): -7367317 or 7050639. OLE color: 7050639.

HSL color Cylindrical-coordinate representation of color #8F956B: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F956B is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 149 107 -
CMYK 0.04 0 0.28 0.42
HSL 68.57º 0.17% 0.5% -
HSV(B) 68.57º 0.28% 0.58% -
XYZ 24.73 28.4 18.09 -
YUV 142.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 143 149 107 0.04 0 0.28 0.42 68.57 0.17 0.5
Hex 8F 95 6B 4 0 1C 2A 45 11 32
Octal 217 225 153 4 0 34 52 105 21 62
Binary 10001111 10010101 1101011 100 0 11100 101010 1000101 10001 110010

Color Harmonies of #8F956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F956B

Black with #8F956B

Text Example


Text Example

White with #8F956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,149,107); }

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

background-color css

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

 a { background-color: rgb(143,149,107); }

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

border-color css

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

 span { border-color: rgb(143,149,107); }

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