#8FBF7A

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

Shades of Olivine #8FBF7A

Tints of Olivine #8FBF7A

Color information

#8FBF7A (or 0x8FBF7A) is unknown color: approx Olivine. HEX triplet: 8F, BF and 7A. RGB value is (143,191,122). Sum of RGB (Red+Green+Blue) = 143+191+122=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF7A is #704085. Grayscale: #A9A9A9. Windows color (decimal): -7356550 or 8044431. OLE color: 8044431.

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

Color convert

RGB143191122-
CMYK0.2500.360.25
HSL101.74º35.03%61.37%-
HSV(B)101.74º36.13%74.9%-
XYZ33.4744.5125.24-
YUV168.78101.6109.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.36%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=31.36%
G=41.89%
B=26.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431911220.2500.360.25101.7435.0361.37
Hex8FBF7A190241966233d
Octal21727717231044311464375
Binary10001111101111111111010110010100100110011100110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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