#8FC572

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

Shades of Olivine #8FC572

Tints of Olivine #8FC572

Color information

#8FC572 (or 0x8FC572) is unknown color: approx Olivine. HEX triplet: 8F, C5 and 72. RGB value is (143,197,114). Sum of RGB (Red+Green+Blue) = 143+197+114=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC572 is #703A8D. Grayscale: #ABABAB. Windows color (decimal): -7355022 or 7521679. OLE color: 7521679.

HSL color Cylindrical-coordinate representation of color #8FC572: hue angle of 99.04º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FC572 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB143197114-
CMYK0.2700.420.23
HSL99.04º41.71%60.98%-
HSV(B)99.04º42.13%77.25%-
XYZ34.3346.9923.18-
YUV171.3995.61107.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.50%
GREEN value IS 197 (77.34% from 255) = 43.39%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=31.50%
G=43.39%
B=25.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431971140.2700.420.2399.0441.7160.98
Hex8FC5721B02A17632a3d
Octal21730516233052271435275
Binary10001111110001011110010110110101010101111100011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,197,114); }

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

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

 a { background-color: rgb(143,197,114); }

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

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

 span { border-color: rgb(143,197,114); }

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