#8FA47B

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

Shades of Olivine #8FA47B

Tints of Olivine #8FA47B

Color information

#8FA47B (or 0x8FA47B) is unknown color: approx Olivine. HEX triplet: 8F, A4 and 7B. RGB value is (143,164,123). Sum of RGB (Red+Green+Blue) = 143+164+123=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA47B is #705B84. Grayscale: #999999. Windows color (decimal): -7363461 or 8103055. OLE color: 8103055.

HSL color Cylindrical-coordinate representation of color #8FA47B: hue angle of 90.73º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FA47B is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB143164123-
CMYK0.1300.250.36
HSL90.73º18.39%56.27%-
HSV(B)90.73º25%64.31%-
XYZ28.1833.8223.78-
YUV153.05111.04120.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.26%
GREEN value IS 164 (64.45% from 255) = 38.14%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=33.26%
G=38.14%
B=28.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431641230.1300.250.3690.7318.3956.27
Hex8FA47BD019245b1238
Octal21724417315031441332270
Binary100011111010010011110111101011001100100101101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,164,123); }

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

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

 a { background-color: rgb(143,164,123); }

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

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

 span { border-color: rgb(143,164,123); }

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