Html Css Color HEX #8F9D68 Avocado

📋 copy color: '#8F9D68'

red 143 ◦ green 157 ◦ blue 104

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

Shades of Avocado #8F9D68

Tints of Avocado #8F9D68

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

 BLUE value IS 104 (41.02% from 255) = 25.74%

R = 35.4%
G = 38.86%
B = 25.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#8F9D68 (or 0x8F9D68) is known color: Avocado. HEX triplet: 8F, 9D and 68. RGB value is (143,157,104). Sum of RGB (Red+Green+Blue) = 143+157+104=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9D68 is #706297. Grayscale: #929292. Windows color (decimal): -7365272 or 6856079. OLE color: 6856079.

HSL color Cylindrical-coordinate representation of color #8F9D68: hue angle of 75.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F9D68 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 157 104 -
CMYK 0.09 0 0.34 0.38
HSL 75.85º 0.21% 0.51% -
HSV(B) 75.85º 0.34% 0.62% -
XYZ 25.88 30.95 17.71 -
YUV 146.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 143 157 104 0.09 0 0.34 0.38 75.85 0.21 0.51
Hex 8F 9D 68 9 0 22 26 4C 15 33
Octal 217 235 150 11 0 42 46 114 25 63
Binary 10001111 10011101 1101000 1001 0 100010 100110 1001100 10101 110011

Color Harmonies of #8F9D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9D68

Black with #8F9D68

Text Example


Text Example

White with #8F9D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,157,104); }

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

background-color css

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

 a { background-color: rgb(143,157,104); }

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

border-color css

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

 span { border-color: rgb(143,157,104); }

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