#8FB56B

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

Shades of Olivine #8FB56B

Tints of Olivine #8FB56B

Color information

#8FB56B (or 0x8FB56B) is unknown color: approx Olivine. HEX triplet: 8F, B5 and 6B. RGB value is (143,181,107). Sum of RGB (Red+Green+Blue) = 143+181+107=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB56B is #704A94. Grayscale: #A1A1A1. Windows color (decimal): -7359125 or 7058831. OLE color: 7058831.

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

Color convert

RGB143181107-
CMYK0.2100.410.29
HSL90.81º33.33%56.47%-
HSV(B)90.81º40.88%70.98%-
XYZ30.5139.9520.01-
YUV161.297.41115.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.18%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 107 (42.19% from 255) = 24.83%
R=33.18%
G=42.00%
B=24.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431811070.2100.410.2990.8133.3356.47
Hex8FB56B150291D5b2138
Octal21726515325051351334170
Binary10001111101101011101011101010101001111011011011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,181,107); }

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

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

 a { background-color: rgb(143,181,107); }

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

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

 span { border-color: rgb(143,181,107); }

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