#8F9B61

Color #8F9B61 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #8F9B61

Tints of Avocado #8F9B61

Color information

#8F9B61 (or 0x8F9B61) is unknown color: approx Avocado. HEX triplet: 8F, 9B and 61. RGB value is (143,155,97). Sum of RGB (Red+Green+Blue) = 143+155+97=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9B61 is #70649E. Grayscale: #919191. Windows color (decimal): -7365791 or 6396815. OLE color: 6396815.

HSL color Cylindrical-coordinate representation of color #8F9B61: hue angle of 72.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F9B61 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB14315597-
CMYK0.0800.370.39
HSL72.41º23.02%49.41%-
HSV(B)72.41º37.42%60.78%-
XYZ25.2130.1515.8-
YUV144.8101.02126.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.20%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=36.20%
G=39.24%
B=24.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143155970.0800.370.3972.4123.0249.41
Hex8F9B61802527481731
Octal21723314110045471102761
Binary1000111110011011110000110000100101100111100100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,155,97); }

 H1.HeaderClassName
 {
   color: #8F9B61;
 }
 .AnyTagClassName
 {
   color: #8F9B61;
 }
</style>
background-color css

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

 a { background-color: rgb(143,155,97); }

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

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

 span { border-color: rgb(143,155,97); }

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