Html Css Color HEX #8F9664 Avocado

📋 copy color: '#8F9664'

red 143 ◦ green 150 ◦ blue 100

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

Shades of Avocado #8F9664

Tints of Avocado #8F9664

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 36.39%
G = 38.17%
B = 25.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#8F9664 (or 0x8F9664) is known color: Avocado. HEX triplet: 8F, 96 and 64. RGB value is (143,150,100). Sum of RGB (Red+Green+Blue) = 143+150+100=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9664 is #70699B. Grayscale: #8E8E8E. Windows color (decimal): -7367068 or 6592143. OLE color: 6592143.

HSL color Cylindrical-coordinate representation of color #8F9664: hue angle of 68.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F9664 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 143 150 100 -
CMYK 0.05 0 0.33 0.41
HSL 68.4º 0.2% 0.49% -
HSV(B) 68.4º 0.33% 0.59% -
XYZ 24.53 28.57 16.28 -
YUV 142.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 143 150 100 0.05 0 0.33 0.41 68.4 0.2 0.49
Hex 8F 96 64 5 0 21 29 44 14 31
Octal 217 226 144 5 0 41 51 104 24 61
Binary 10001111 10010110 1100100 101 0 100001 101001 1000100 10100 110001

Color Harmonies of #8F9664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9664

Black with #8F9664

Text Example


Text Example

White with #8F9664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,150,100); }

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

background-color css

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

 a { background-color: rgb(143,150,100); }

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

border-color css

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

 span { border-color: rgb(143,150,100); }

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