#8FBA6E

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

Shades of Olivine #8FBA6E

Tints of Olivine #8FBA6E

Color information

#8FBA6E (or 0x8FBA6E) is unknown color: approx Olivine. HEX triplet: 8F, BA and 6E. RGB value is (143,186,110). Sum of RGB (Red+Green+Blue) = 143+186+110=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBA6E is #704591. Grayscale: #A4A4A4. Windows color (decimal): -7357842 or 7256719. OLE color: 7256719.

HSL color Cylindrical-coordinate representation of color #8FBA6E: hue angle of 93.95º degrees, saturation: 0.36, 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 #8FBA6E is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB143186110-
CMYK0.2300.410.27
HSL93.95º35.51%58.04%-
HSV(B)93.95º40.86%72.94%-
XYZ31.742.0821.2-
YUV164.4897.25112.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.57%
GREEN value IS 186 (73.05% from 255) = 42.37%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=32.57%
G=42.37%
B=25.06%

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
Decimal1431861100.2300.410.2793.9535.5158.04
Hex8FBA6E170291B5e243a
Octal21727215627051331364472
Binary10001111101110101101110101110101001110111011110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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