#8FAE7C

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

Shades of Olivine #8FAE7C

Tints of Olivine #8FAE7C

Color information

#8FAE7C (or 0x8FAE7C) is unknown color: approx Olivine. HEX triplet: 8F, AE and 7C. RGB value is (143,174,124). Sum of RGB (Red+Green+Blue) = 143+174+124=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAE7C is #705183. Grayscale: #9F9F9F. Windows color (decimal): -7360900 or 8171151. OLE color: 8171151.

HSL color Cylindrical-coordinate representation of color #8FAE7C: hue angle of 97.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FAE7C is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB143174124-
CMYK0.1800.290.32
HSL97.2º23.58%58.43%-
HSV(B)97.2º28.74%68.24%-
XYZ30.137.5724.73-
YUV159.03108.23116.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.43%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=32.43%
G=39.46%
B=28.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431741240.1800.290.3297.223.5858.43
Hex8FAE7C1201D2061183a
Octal21725617422035401413072
Binary1000111110101110111110010010011101100000110000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,174,124); }

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

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

 a { background-color: rgb(143,174,124); }

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

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

 span { border-color: rgb(143,174,124); }

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