#8FB87A

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

Shades of Olivine #8FB87A

Tints of Olivine #8FB87A

Color information

#8FB87A (or 0x8FB87A) is unknown color: approx Olivine. HEX triplet: 8F, B8 and 7A. RGB value is (143,184,122). Sum of RGB (Red+Green+Blue) = 143+184+122=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB87A is #704785. Grayscale: #A4A4A4. Windows color (decimal): -7358342 or 8042639. OLE color: 8042639.

HSL color Cylindrical-coordinate representation of color #8FB87A: hue angle of 99.68º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FB87A is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB143184122-
CMYK0.2200.340.28
HSL99.68º30.39%60%-
HSV(B)99.68º33.7%72.16%-
XYZ31.9841.5324.74-
YUV164.67103.92112.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.85%
GREEN value IS 184 (72.27% from 255) = 40.98%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=31.85%
G=40.98%
B=27.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1431841220.2200.340.2899.6830.3960
Hex8FB87A160221C641e3c
Octal21727017226042341443674
Binary1000111110111000111101010110010001011100110010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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