Html Css Color HEX #8F975F Avocado

📋 copy color: '#8F975F'

red 143 ◦ green 151 ◦ blue 95

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

Shades of Avocado #8F975F

Tints of Avocado #8F975F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.82%

 BLUE value IS 95 (37.5% from 255) = 24.42%

R = 36.76%
G = 38.82%
B = 24.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#8F975F (or 0x8F975F) is known color: Avocado. HEX triplet: 8F, 97 and 5F. RGB value is (143,151,95). Sum of RGB (Red+Green+Blue) = 143+151+95=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #8F975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F975F is #7068A0. Grayscale: #8E8E8E. Windows color (decimal): -7366817 or 6264719. OLE color: 6264719.

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

Color convert

RGB 143 151 95 -
CMYK 0.05 0 0.37 0.41
HSL 68.57º 0.23% 0.48% -
HSV(B) 68.57º 0.37% 0.59% -
XYZ 24.46 28.8 15.1 -
YUV 142.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 143 151 95 0.05 0 0.37 0.41 68.57 0.23 0.48
Hex 8F 97 5F 5 0 25 29 45 17 30
Octal 217 227 137 5 0 45 51 105 27 60
Binary 10001111 10010111 1011111 101 0 100101 101001 1000101 10111 110000

Color Harmonies of #8F975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F975F

Black with #8F975F

Text Example


Text Example

White with #8F975F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,151,95); }

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

background-color css

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

 a { background-color: rgb(143,151,95); }

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

border-color css

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

 span { border-color: rgb(143,151,95); }

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