Html Css Color HEX #8F9059 Avocado

📋 copy color: '#8F9059'

red 143 ◦ green 144 ◦ blue 89

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

Shades of Avocado #8F9059

Tints of Avocado #8F9059

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

 BLUE value IS 89 (35.16% from 255) = 23.67%

R = 38.03%
G = 38.3%
B = 23.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8F9059 (or 0x8F9059) is known color: Avocado. HEX triplet: 8F, 90 and 59. RGB value is (143,144,89). Sum of RGB (Red+Green+Blue) = 143+144+89=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9059 is #706FA6. Grayscale: #898989. Windows color (decimal): -7368615 or 5869711. OLE color: 5869711.

HSL color Cylindrical-coordinate representation of color #8F9059: hue angle of 61.09º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F9059 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 144 89 -
CMYK 0.01 0 0.38 0.44
HSL 61.09º 0.24% 0.46% -
HSV(B) 61.09º 0.38% 0.56% -
XYZ 23.1 26.51 13.35 -
YUV 137.43 100.67 131.97 -
System Red Green Blue C M Y K H S L
Decimal 143 144 89 0.01 0 0.38 0.44 61.09 0.24 0.46
Hex 8F 90 59 1 0 26 2C 3D 18 2E
Octal 217 220 131 1 0 46 54 75 30 56
Binary 10001111 10010000 1011001 1 0 100110 101100 111101 11000 101110

Color Harmonies of #8F9059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9059

Black with #8F9059

Text Example


Text Example

White with #8F9059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,144,89); }

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

background-color css

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

 a { background-color: rgb(143,144,89); }

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

border-color css

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

 span { border-color: rgb(143,144,89); }

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