#8FB47C

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

Shades of Olivine #8FB47C

Tints of Olivine #8FB47C

Color information

#8FB47C (or 0x8FB47C) is unknown color: approx Olivine. HEX triplet: 8F, B4 and 7C. RGB value is (143,180,124). Sum of RGB (Red+Green+Blue) = 143+180+124=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB47C is #704B83. Grayscale: #A2A2A2. Windows color (decimal): -7359364 or 8172687. OLE color: 8172687.

HSL color Cylindrical-coordinate representation of color #8FB47C: hue angle of 99.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FB47C is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB143180124-
CMYK0.2100.310.29
HSL99.64º27.18%59.61%-
HSV(B)99.64º31.11%70.59%-
XYZ31.2939.9425.13-
YUV162.55106.24114.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.99%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=31.99%
G=40.27%
B=27.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431801240.2100.310.2999.6427.1859.61
Hex8FB47C1501F1D641b3c
Octal21726417425037351443374
Binary100011111011010011111001010101111111101110010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,124); }

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

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

 a { background-color: rgb(143,180,124); }

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

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

 span { border-color: rgb(143,180,124); }

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