#8FC070

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

Shades of Olivine #8FC070

Tints of Olivine #8FC070

Color information

#8FC070 (or 0x8FC070) is unknown color: approx Olivine. HEX triplet: 8F, C0 and 70. RGB value is (143,192,112). Sum of RGB (Red+Green+Blue) = 143+192+112=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC070 is #703F8F. Grayscale: #A8A8A8. Windows color (decimal): -7356304 or 7389327. OLE color: 7389327.

HSL color Cylindrical-coordinate representation of color #8FC070: hue angle of 96.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FC070 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB143192112-
CMYK0.2600.420.25
HSL96.75º38.83%59.61%-
HSV(B)96.75º41.67%75.29%-
XYZ33.144.7122.21-
YUV168.2396.27110-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.99%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=31.99%
G=42.95%
B=25.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431921120.2600.420.2596.7538.8359.61
Hex8FC0701A02A1961273c
Octal21730016032052311414774
Binary10001111110000001110000110100101010110011100001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,192,112); }

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

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

 a { background-color: rgb(143,192,112); }

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

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

 span { border-color: rgb(143,192,112); }

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