#8fc071

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

Shades of Olivine #8FC071

Tints of Olivine #8FC071

Color information

#8FC071 (or 0x8FC071) is unknown color: approx Olivine. HEX triplet: 8F, C0 and 71. RGB value is (143,192,113). Sum of RGB (Red+Green+Blue) = 143+192+113=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC071 is #703F8E. Grayscale: #A8A8A8. Windows color (decimal): -7356303 or 7454863. OLE color: 7454863.

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

Color convert

RGB143192113-
CMYK0.2600.410.25
HSL97.22º38.54%59.8%-
HSV(B)97.22º41.15%75.29%-
XYZ33.1644.7322.51-
YUV168.3496.77109.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.92%
GREEN value IS 192 (75.39% from 255) = 42.86%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=31.92%
G=42.86%
B=25.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431921130.2600.410.2597.2238.5459.8
Hex8FC0711A0291961273c
Octal21730016132051311414774
Binary10001111110000001110001110100101001110011100001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fc071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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