Html Css Color HEX #8F946E Avocado

📋 copy color: '#8F946E'

red 143 ◦ green 148 ◦ blue 110

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

Shades of Avocado #8F946E

Tints of Avocado #8F946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 35.66%
G = 36.91%
B = 27.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#8F946E (or 0x8F946E) is known color: Avocado. HEX triplet: 8F, 94 and 6E. RGB value is (143,148,110). Sum of RGB (Red+Green+Blue) = 143+148+110=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #8F946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F946E is #706B91. Grayscale: #8E8E8E. Windows color (decimal): -7367570 or 7246991. OLE color: 7246991.

HSL color Cylindrical-coordinate representation of color #8F946E: hue angle of 67.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F946E is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 148 110 -
CMYK 0.03 0 0.26 0.42
HSL 67.89º 0.15% 0.51% -
HSV(B) 67.89º 0.26% 0.58% -
XYZ 24.73 28.15 18.88 -
YUV 142.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 143 148 110 0.03 0 0.26 0.42 67.89 0.15 0.51
Hex 8F 94 6E 3 0 1A 2A 44 F 33
Octal 217 224 156 3 0 32 52 104 17 63
Binary 10001111 10010100 1101110 11 0 11010 101010 1000100 1111 110011

Color Harmonies of #8F946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F946E

Black with #8F946E

Text Example


Text Example

White with #8F946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,148,110); }

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

background-color css

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

 a { background-color: rgb(143,148,110); }

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

border-color css

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

 span { border-color: rgb(143,148,110); }

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