#8FBA6C

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

Shades of Olivine #8FBA6C

Tints of Olivine #8FBA6C

Color information

#8FBA6C (or 0x8FBA6C) is unknown color: approx Olivine. HEX triplet: 8F, BA and 6C. RGB value is (143,186,108). Sum of RGB (Red+Green+Blue) = 143+186+108=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBA6C is #704593. Grayscale: #A4A4A4. Windows color (decimal): -7357844 or 7125647. OLE color: 7125647.

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

Color convert

RGB143186108-
CMYK0.2300.420.27
HSL93.08º36.11%57.65%-
HSV(B)93.08º41.94%72.94%-
XYZ31.5942.0420.64-
YUV164.2596.25112.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.72%
GREEN value IS 186 (73.05% from 255) = 42.56%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=32.72%
G=42.56%
B=24.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431861080.2300.420.2793.0836.1157.65
Hex8FBA6C1702A1B5d243a
Octal21727215427052331354472
Binary10001111101110101101100101110101010110111011101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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