#8FB96D

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

Shades of Olivine #8FB96D

Tints of Olivine #8FB96D

Color information

#8FB96D (or 0x8FB96D) is unknown color: approx Olivine. HEX triplet: 8F, B9 and 6D. RGB value is (143,185,109). Sum of RGB (Red+Green+Blue) = 143+185+109=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB96D is #704692. Grayscale: #A4A4A4. Windows color (decimal): -7358099 or 7190927. OLE color: 7190927.

HSL color Cylindrical-coordinate representation of color #8FB96D: hue angle of 93.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FB96D is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB143185109-
CMYK0.2300.410.27
HSL93.16º35.19%57.65%-
HSV(B)93.16º41.08%72.55%-
XYZ31.4441.6420.85-
YUV163.7897.09113.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.72%
GREEN value IS 185 (72.66% from 255) = 42.33%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=32.72%
G=42.33%
B=24.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431851090.2300.410.2793.1635.1957.65
Hex8FB96D170291B5d233a
Octal21727115527051331354372
Binary10001111101110011101101101110101001110111011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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