#8FA573

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

Shades of Olivine #8FA573

Tints of Olivine #8FA573

Color information

#8FA573 (or 0x8FA573) is unknown color: approx Olivine. HEX triplet: 8F, A5 and 73. RGB value is (143,165,115). Sum of RGB (Red+Green+Blue) = 143+165+115=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA573 is #705A8C. Grayscale: #989898. Windows color (decimal): -7363213 or 7579023. OLE color: 7579023.

HSL color Cylindrical-coordinate representation of color #8FA573: hue angle of 86.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FA573 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB143165115-
CMYK0.1300.300.35
HSL86.4º21.74%54.9%-
HSV(B)86.4º30.3%64.71%-
XYZ27.8833.9921.31-
YUV152.72106.71121.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.81%
GREEN value IS 165 (64.84% from 255) = 39.01%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=33.81%
G=39.01%
B=27.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431651150.1300.300.3586.421.7454.9
Hex8FA573D01E23561637
Octal21724516315036431262667
Binary100011111010010111100111101011110100011101011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,165,115); }

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

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

 a { background-color: rgb(143,165,115); }

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

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

 span { border-color: rgb(143,165,115); }

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