#8FBA64

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

Shades of Olivine #8FBA64

Tints of Olivine #8FBA64

Color information

#8FBA64 (or 0x8FBA64) is unknown color: approx Olivine. HEX triplet: 8F, BA and 64. RGB value is (143,186,100). Sum of RGB (Red+Green+Blue) = 143+186+100=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBA64 is #70459B. Grayscale: #A3A3A3. Windows color (decimal): -7357852 or 6601359. OLE color: 6601359.

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

Color convert

RGB143186100-
CMYK0.2300.460.27
HSL90º38.39%56.08%-
HSV(B)90º46.24%72.94%-
XYZ31.1941.8818.5-
YUV163.3492.25113.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 100 (39.45% from 255) = 23.31%
R=33.33%
G=43.36%
B=23.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431861000.2300.460.279038.3956.08
Hex8FBA641702E1B5a2638
Octal21727214427056331324670
Binary10001111101110101100100101110101110110111011010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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