#8FBA66

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

Shades of Olivine #8FBA66

Tints of Olivine #8FBA66

Color information

#8FBA66 (or 0x8FBA66) is unknown color: approx Olivine. HEX triplet: 8F, BA and 66. RGB value is (143,186,102). Sum of RGB (Red+Green+Blue) = 143+186+102=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBA66 is #704599. Grayscale: #A3A3A3. Windows color (decimal): -7357850 or 6732431. OLE color: 6732431.

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

Color convert

RGB143186102-
CMYK0.2300.450.27
HSL90.71º37.84%56.47%-
HSV(B)90.71º45.16%72.94%-
XYZ31.2841.9219.01-
YUV163.5793.25113.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.18%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=33.18%
G=43.16%
B=23.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431861020.2300.450.2790.7137.8456.47
Hex8FBA661702D1B5b2638
Octal21727214627055331334670
Binary10001111101110101100110101110101101110111011011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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