Html Css Color HEX #8F9862 Avocado

📋 copy color: '#8F9862'

red 143 ◦ green 152 ◦ blue 98

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

Shades of Avocado #8F9862

Tints of Avocado #8F9862

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

 BLUE value IS 98 (38.67% from 255) = 24.94%

R = 36.39%
G = 38.68%
B = 24.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#8F9862 (or 0x8F9862) is known color: Avocado. HEX triplet: 8F, 98 and 62. RGB value is (143,152,98). Sum of RGB (Red+Green+Blue) = 143+152+98=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9862 is #70679D. Grayscale: #8F8F8F. Windows color (decimal): -7366558 or 6461583. OLE color: 6461583.

HSL color Cylindrical-coordinate representation of color #8F9862: hue angle of 70º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F9862 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 152 98 -
CMYK 0.06 0 0.36 0.40
HSL 70º 0.22% 0.49% -
HSV(B) 70º 0.36% 0.6% -
XYZ 24.76 29.18 15.88 -
YUV 143.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 143 152 98 0.06 0 0.36 0.40 70 0.22 0.49
Hex 8F 98 62 6 0 24 28 46 16 31
Octal 217 230 142 6 0 44 50 106 26 61
Binary 10001111 10011000 1100010 110 0 100100 101000 1000110 10110 110001

Color Harmonies of #8F9862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9862

Black with #8F9862

Text Example


Text Example

White with #8F9862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,152,98); }

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

background-color css

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

 a { background-color: rgb(143,152,98); }

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

border-color css

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

 span { border-color: rgb(143,152,98); }

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