#8FB978

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

Shades of Olivine #8FB978

Tints of Olivine #8FB978

Color information

#8FB978 (or 0x8FB978) is unknown color: approx Olivine. HEX triplet: 8F, B9 and 78. RGB value is (143,185,120). Sum of RGB (Red+Green+Blue) = 143+185+120=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB978 is #704687. Grayscale: #A5A5A5. Windows color (decimal): -7358088 or 7911823. OLE color: 7911823.

HSL color Cylindrical-coordinate representation of color #8FB978: hue angle of 98.77º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FB978 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB143185120-
CMYK0.2300.350.27
HSL98.77º31.71%59.8%-
HSV(B)98.77º35.14%72.55%-
XYZ32.0741.8924.17-
YUV165.03102.59112.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.92%
GREEN value IS 185 (72.66% from 255) = 41.29%
BLUE value IS 120 (47.27% from 255) = 26.79%
R=31.92%
G=41.29%
B=26.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431851200.2300.350.2798.7731.7159.8
Hex8FB978170231B63203c
Octal21727117027043331434074
Binary10001111101110011111000101110100011110111100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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