#8F9449

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

Shades of Highball #8F9449

Tints of Highball #8F9449

Color information

#8F9449 (or 0x8F9449) is unknown color: approx Highball. HEX triplet: 8F, 94 and 49. RGB value is (143,148,73). Sum of RGB (Red+Green+Blue) = 143+148+73=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9449 is #706BB6. Grayscale: #8A8A8A. Windows color (decimal): -7367607 or 4822159. OLE color: 4822159.

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

Color convert

RGB14314873-
CMYK0.0300.510.42
HSL64º33.94%43.33%-
HSV(B)64º50.68%58.04%-
XYZ23.1227.510.39-
YUV137.9591.34131.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.29%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=39.29%
G=40.66%
B=20.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143148730.0300.510.426433.9443.33
Hex8F944930332A40222b
Octal2172241113063521004253
Binary100011111001010010010011101100111010101000000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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