#8FAE7A

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

Shades of Olivine #8FAE7A

Tints of Olivine #8FAE7A

Color information

#8FAE7A (or 0x8FAE7A) is unknown color: approx Olivine. HEX triplet: 8F, AE and 7A. RGB value is (143,174,122). Sum of RGB (Red+Green+Blue) = 143+174+122=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAE7A is #705185. Grayscale: #9E9E9E. Windows color (decimal): -7360902 or 8040079. OLE color: 8040079.

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

Color convert

RGB143174122-
CMYK0.1800.300.32
HSL95.77º24.3%58.04%-
HSV(B)95.77º29.89%68.24%-
XYZ29.9837.5224.07-
YUV158.8107.23116.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.57%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=32.57%
G=39.64%
B=27.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431741220.1800.300.3295.7724.358.04
Hex8FAE7A1201E2060183a
Octal21725617222036401403072
Binary1000111110101110111101010010011110100000110000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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