#8FBC78

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

Shades of Olivine #8FBC78

Tints of Olivine #8FBC78

Color information

#8FBC78 (or 0x8FBC78) is unknown color: approx Olivine. HEX triplet: 8F, BC and 78. RGB value is (143,188,120). Sum of RGB (Red+Green+Blue) = 143+188+120=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC78 is #704387. Grayscale: #A7A7A7. Windows color (decimal): -7357320 or 7912591. OLE color: 7912591.

HSL color Cylindrical-coordinate representation of color #8FBC78: hue angle of 99.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FBC78 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB143188120-
CMYK0.2400.360.26
HSL99.71º33.66%60.39%-
HSV(B)99.71º36.17%73.73%-
XYZ32.743.1624.38-
YUV166.79101.59111.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 120 (47.27% from 255) = 26.61%
R=31.71%
G=41.69%
B=26.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431881200.2400.360.2699.7133.6660.39
Hex8FBC78180241A64223c
Octal21727417030044321444274
Binary10001111101111001111000110000100100110101100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,188,120); }

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

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

 a { background-color: rgb(143,188,120); }

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

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

 span { border-color: rgb(143,188,120); }

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