#8FBE6B

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

Shades of Olivine #8FBE6B

Tints of Olivine #8FBE6B

Color information

#8FBE6B (or 0x8FBE6B) is unknown color: approx Olivine. HEX triplet: 8F, BE and 6B. RGB value is (143,190,107). Sum of RGB (Red+Green+Blue) = 143+190+107=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBE6B is #704194. Grayscale: #A6A6A6. Windows color (decimal): -7356821 or 7061135. OLE color: 7061135.

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

Color convert

RGB143190107-
CMYK0.2500.440.25
HSL93.98º38.97%58.24%-
HSV(B)93.98º43.68%74.51%-
XYZ32.3943.7320.64-
YUV166.4894.43111.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.5%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 107 (42.19% from 255) = 24.32%
R=32.5%
G=43.18%
B=24.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431901070.2500.440.2593.9838.9758.24
Hex8FBE6B1902C195e273a
Octal21727615331054311364772
Binary10001111101111101101011110010101100110011011110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,190,107); }

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

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

 a { background-color: rgb(143,190,107); }

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

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

 span { border-color: rgb(143,190,107); }

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