#8F954C

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

Shades of Highball #8F954C

Tints of Highball #8F954C

Color information

#8F954C (or 0x8F954C) is unknown color: approx Highball. HEX triplet: 8F, 95 and 4C. RGB value is (143,149,76). Sum of RGB (Red+Green+Blue) = 143+149+76=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #8F954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F954C is #706AB3. Grayscale: #8B8B8B. Windows color (decimal): -7367348 or 5019023. OLE color: 5019023.

HSL color Cylindrical-coordinate representation of color #8F954C: hue angle of 64.93º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F954C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14314976-
CMYK0.0400.490.42
HSL64.93º32.44%44.12%-
HSV(B)64.93º48.99%58.43%-
XYZ23.3827.8610.98-
YUV138.8892.51130.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=38.86%
G=40.49%
B=20.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143149760.0400.490.4264.9332.4444.12
Hex8F954C40312A41202c
Octal2172251144061521014054
Binary1000111110010101100110010001100011010101000001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,149,76); }

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

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

 a { background-color: rgb(143,149,76); }

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

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

 span { border-color: rgb(143,149,76); }

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