#8FB46D

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

Shades of Olivine #8FB46D

Tints of Olivine #8FB46D

Color information

#8FB46D (or 0x8FB46D) is unknown color: approx Olivine. HEX triplet: 8F, B4 and 6D. RGB value is (143,180,109). Sum of RGB (Red+Green+Blue) = 143+180+109=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB46D is #704B92. Grayscale: #A1A1A1. Windows color (decimal): -7359379 or 7189647. OLE color: 7189647.

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

Color convert

RGB143180109-
CMYK0.2100.390.29
HSL91.27º32.13%56.67%-
HSV(B)91.27º39.44%70.59%-
XYZ30.4139.5920.51-
YUV160.8498.74115.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 180 (70.70% from 255) = 41.67%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=33.10%
G=41.67%
B=25.23%

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
Decimal1431801090.2100.390.2991.2732.1356.67
Hex8FB46D150271D5b2039
Octal21726415525047351334071
Binary10001111101101001101101101010100111111011011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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