Html Css Color HEX #8F9A5D Avocado

📋 copy color: '#8F9A5D'

red 143 ◦ green 154 ◦ blue 93

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

Shades of Avocado #8F9A5D

Tints of Avocado #8F9A5D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.49%

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 36.67%
G = 39.49%
B = 23.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#8F9A5D (or 0x8F9A5D) is known color: Avocado. HEX triplet: 8F, 9A and 5D. RGB value is (143,154,93). Sum of RGB (Red+Green+Blue) = 143+154+93=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9A5D is #7065A2. Grayscale: #8F8F8F. Windows color (decimal): -7366051 or 6134415. OLE color: 6134415.

HSL color Cylindrical-coordinate representation of color #8F9A5D: hue angle of 70.82º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F9A5D is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 154 93 -
CMYK 0.07 0 0.40 0.40
HSL 70.82º 0.25% 0.48% -
HSV(B) 70.82º 0.4% 0.6% -
XYZ 24.86 29.74 14.79 -
YUV 143.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 143 154 93 0.07 0 0.40 0.40 70.82 0.25 0.48
Hex 8F 9A 5D 7 0 28 28 47 19 30
Octal 217 232 135 7 0 50 50 107 31 60
Binary 10001111 10011010 1011101 111 0 101000 101000 1000111 11001 110000

Color Harmonies of #8F9A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9A5D

Black with #8F9A5D

Text Example


Text Example

White with #8F9A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,154,93); }

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

background-color css

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

 a { background-color: rgb(143,154,93); }

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

border-color css

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

 span { border-color: rgb(143,154,93); }

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