#8FB46E

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

Shades of Olivine #8FB46E

Tints of Olivine #8FB46E

Color information

#8FB46E (or 0x8FB46E) is unknown color: approx Olivine. HEX triplet: 8F, B4 and 6E. RGB value is (143,180,110). Sum of RGB (Red+Green+Blue) = 143+180+110=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB46E is #704B91. Grayscale: #A1A1A1. Windows color (decimal): -7359378 or 7255183. OLE color: 7255183.

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

Color convert

RGB143180110-
CMYK0.2100.390.29
HSL91.71º31.82%56.86%-
HSV(B)91.71º38.89%70.59%-
XYZ30.4639.6120.79-
YUV160.9699.24115.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.03%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=33.03%
G=41.57%
B=25.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431801100.2100.390.2991.7131.8256.86
Hex8FB46E150271D5c2039
Octal21726415625047351344071
Binary10001111101101001101110101010100111111011011100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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