#8FB66E

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

Shades of Olivine #8FB66E

Tints of Olivine #8FB66E

Color information

#8FB66E (or 0x8FB66E) is unknown color: approx Olivine. HEX triplet: 8F, B6 and 6E. RGB value is (143,182,110). Sum of RGB (Red+Green+Blue) = 143+182+110=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB66E is #704991. Grayscale: #A2A2A2. Windows color (decimal): -7358866 or 7255695. OLE color: 7255695.

HSL color Cylindrical-coordinate representation of color #8FB66E: hue angle of 92.5º 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 #8FB66E is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB143182110-
CMYK0.2100.400.29
HSL92.5º33.03%57.25%-
HSV(B)92.5º39.56%71.37%-
XYZ30.8740.4220.93-
YUV162.1398.58114.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.87%
GREEN value IS 182 (71.48% from 255) = 41.84%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=32.87%
G=41.84%
B=25.29%

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
Decimal1431821100.2100.400.2992.533.0357.25
Hex8FB66E150281D5c2139
Octal21726615625050351344171
Binary10001111101101101101110101010101000111011011100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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