#8FB66D

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

Shades of Olivine #8FB66D

Tints of Olivine #8FB66D

Color information

#8FB66D (or 0x8FB66D) is unknown color: approx Olivine. HEX triplet: 8F, B6 and 6D. RGB value is (143,182,109). Sum of RGB (Red+Green+Blue) = 143+182+109=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB66D is #704992. Grayscale: #A2A2A2. Windows color (decimal): -7358867 or 7190159. OLE color: 7190159.

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

Color convert

RGB143182109-
CMYK0.2100.400.29
HSL92.05º33.33%57.06%-
HSV(B)92.05º40.11%71.37%-
XYZ30.8240.420.64-
YUV162.0298.08114.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 182 (71.48% from 255) = 41.94%
BLUE value IS 109 (42.97% from 255) = 25.12%
R=32.95%
G=41.94%
B=25.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431821090.2100.400.2992.0533.3357.06
Hex8FB66D150281D5c2139
Octal21726615525050351344171
Binary10001111101101101101101101010101000111011011100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,182,109); }

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

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

 a { background-color: rgb(143,182,109); }

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

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

 span { border-color: rgb(143,182,109); }

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