#8FB170

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

Shades of Olivine #8FB170

Tints of Olivine #8FB170

Color information

#8FB170 (or 0x8FB170) is unknown color: approx Olivine. HEX triplet: 8F, B1 and 70. RGB value is (143,177,112). Sum of RGB (Red+Green+Blue) = 143+177+112=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB170 is #704E8F. Grayscale: #9F9F9F. Windows color (decimal): -7360144 or 7385487. OLE color: 7385487.

HSL color Cylindrical-coordinate representation of color #8FB170: hue angle of 91.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FB170 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB143177112-
CMYK0.1900.370.31
HSL91.38º29.41%56.67%-
HSV(B)91.38º36.72%69.41%-
XYZ29.9738.4521.17-
YUV159.42101.24116.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 177 (69.53% from 255) = 40.97%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=33.10%
G=40.97%
B=25.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431771120.1900.370.3191.3829.4156.67
Hex8FB170130251F5b1d39
Octal21726116023045371333571
Binary1000111110110001111000010011010010111111101101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,177,112); }

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

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

 a { background-color: rgb(143,177,112); }

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

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

 span { border-color: rgb(143,177,112); }

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