#8FBA70

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

Shades of Olivine #8FBA70

Tints of Olivine #8FBA70

Color information

#8FBA70 (or 0x8FBA70) is unknown color: approx Olivine. HEX triplet: 8F, BA and 70. RGB value is (143,186,112). Sum of RGB (Red+Green+Blue) = 143+186+112=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBA70 is #70458F. Grayscale: #A4A4A4. Windows color (decimal): -7357840 or 7387791. OLE color: 7387791.

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

Color convert

RGB143186112-
CMYK0.2300.400.27
HSL94.86º34.91%58.43%-
HSV(B)94.86º39.78%72.94%-
XYZ31.8142.1321.78-
YUV164.7198.25112.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.43%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=32.43%
G=42.18%
B=25.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431861120.2300.400.2794.8634.9158.43
Hex8FBA70170281B5f233a
Octal21727216027050331374372
Binary10001111101110101110000101110101000110111011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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