#8FBF6F

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

Shades of Olivine #8FBF6F

Tints of Olivine #8FBF6F

Color information

#8FBF6F (or 0x8FBF6F) is unknown color: approx Olivine. HEX triplet: 8F, BF and 6F. RGB value is (143,191,111). Sum of RGB (Red+Green+Blue) = 143+191+111=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF6F is #704090. Grayscale: #A7A7A7. Windows color (decimal): -7356561 or 7323535. OLE color: 7323535.

HSL color Cylindrical-coordinate representation of color #8FBF6F: hue angle of 96º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FBF6F is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB143191111-
CMYK0.2500.420.25
HSL96º38.46%59.22%-
HSV(B)96º41.88%74.9%-
XYZ32.8344.2521.85-
YUV167.5396.1110.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.13%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 111 (43.75% from 255) = 24.94%
R=32.13%
G=42.92%
B=24.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431911110.2500.420.259638.4659.22
Hex8FBF6F1902A1960263b
Octal21727715731052311404673
Binary10001111101111111101111110010101010110011100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,191,111); }

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

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

 a { background-color: rgb(143,191,111); }

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

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

 span { border-color: rgb(143,191,111); }

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