#8FBD71

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

Shades of Olivine #8FBD71

Tints of Olivine #8FBD71

Color information

#8FBD71 (or 0x8FBD71) is unknown color: approx Olivine. HEX triplet: 8F, BD and 71. RGB value is (143,189,113). Sum of RGB (Red+Green+Blue) = 143+189+113=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBD71 is #70428E. Grayscale: #A6A6A6. Windows color (decimal): -7357071 or 7454095. OLE color: 7454095.

HSL color Cylindrical-coordinate representation of color #8FBD71: hue angle of 96.32º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FBD71 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB143189113-
CMYK0.2400.400.26
HSL96.32º36.54%59.22%-
HSV(B)96.32º40.21%74.12%-
XYZ32.5143.4322.29-
YUV166.5897.76111.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.13%
GREEN value IS 189 (74.22% from 255) = 42.47%
BLUE value IS 113 (44.53% from 255) = 25.39%
R=32.13%
G=42.47%
B=25.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431891130.2400.400.2696.3236.5459.22
Hex8FBD71180281A60253b
Octal21727516130050321404573
Binary10001111101111011110001110000101000110101100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,189,113); }

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

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

 a { background-color: rgb(143,189,113); }

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

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

 span { border-color: rgb(143,189,113); }

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