#8F964F

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

Shades of Highball #8F964F

Tints of Highball #8F964F

Color information

#8F964F (or 0x8F964F) is unknown color: approx Highball. HEX triplet: 8F, 96 and 4F. RGB value is (143,150,79). Sum of RGB (Red+Green+Blue) = 143+150+79=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #8F964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F964F is #7069B0. Grayscale: #8C8C8C. Windows color (decimal): -7367089 or 5215887. OLE color: 5215887.

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

Color convert

RGB14315079-
CMYK0.0500.470.41
HSL65.92º31%44.9%-
HSV(B)65.92º47.33%58.82%-
XYZ23.6528.2211.6-
YUV139.8193.68130.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.44%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 79 (31.25% from 255) = 21.24%
R=38.44%
G=40.32%
B=21.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143150790.0500.470.4165.923144.9
Hex8F964F502F29421f2d
Octal2172261175057511023755
Binary100011111001011010011111010101111101001100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F964F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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