Html Css Color HEX #8F956F Avocado

📋 copy color: '#8F956F'

red 143 ◦ green 149 ◦ blue 111

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

Shades of Avocado #8F956F

Tints of Avocado #8F956F

RGB

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

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

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

R = 35.48%
G = 36.97%
B = 27.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#8F956F (or 0x8F956F) is known color: Avocado. HEX triplet: 8F, 95 and 6F. RGB value is (143,149,111). Sum of RGB (Red+Green+Blue) = 143+149+111=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #8F956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F956F is #706A90. Grayscale: #8F8F8F. Windows color (decimal): -7367313 or 7312783. OLE color: 7312783.

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

Color convert

RGB 143 149 111 -
CMYK 0.04 0 0.26 0.42
HSL 69.47º 0.15% 0.51% -
HSV(B) 69.47º 0.26% 0.58% -
XYZ 24.94 28.48 19.22 -
YUV 142.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 143 149 111 0.04 0 0.26 0.42 69.47 0.15 0.51
Hex 8F 95 6F 4 0 1A 2A 45 F 33
Octal 217 225 157 4 0 32 52 105 17 63
Binary 10001111 10010101 1101111 100 0 11010 101010 1000101 1111 110011

Color Harmonies of #8F956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F956F

Black with #8F956F

Text Example


Text Example

White with #8F956F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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