#8F974F

Color #8F974F Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #8F974F

Tints of Highball #8F974F

Color information

#8F974F (or 0x8F974F) is unknown color: approx Highball. HEX triplet: 8F, 97 and 4F. RGB value is (143,151,79). Sum of RGB (Red+Green+Blue) = 143+151+79=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #8F974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F974F is #7068B0. Grayscale: #8C8C8C. Windows color (decimal): -7366833 or 5216143. OLE color: 5216143.

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

Color convert

RGB14315179-
CMYK0.0500.480.41
HSL66.67º31.3%45.1%-
HSV(B)66.67º47.68%59.22%-
XYZ23.8128.5411.65-
YUV140.493.35129.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.34%
GREEN value IS 151 (59.38% from 255) = 40.48%
BLUE value IS 79 (31.25% from 255) = 21.18%
R=38.34%
G=40.48%
B=21.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143151790.0500.480.4166.6731.345.1
Hex8F974F503029431f2d
Octal2172271175060511033755
Binary100011111001011110011111010110000101001100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F974F;
 }
 .AnyTagClassName
 {
   color: #8F974F;
 }
</style>
background-color css

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

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

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

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

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

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