#8FAA75

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

Shades of Olivine #8FAA75

Tints of Olivine #8FAA75

Color information

#8FAA75 (or 0x8FAA75) is unknown color: approx Olivine. HEX triplet: 8F, AA and 75. RGB value is (143,170,117). Sum of RGB (Red+Green+Blue) = 143+170+117=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA75 is #70558A. Grayscale: #9C9C9C. Windows color (decimal): -7361931 or 7711375. OLE color: 7711375.

HSL color Cylindrical-coordinate representation of color #8FAA75: hue angle of 90.57º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FAA75 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB143170117-
CMYK0.1600.310.33
HSL90.57º23.77%56.27%-
HSV(B)90.57º31.18%66.67%-
XYZ28.9135.8722.23-
YUV155.88106.05118.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.26%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=33.26%
G=39.53%
B=27.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431701170.1600.310.3390.5723.7756.27
Hex8FAA751001F215b1838
Octal21725216520037411333070
Binary1000111110101010111010110000011111100001101101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,117); }

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

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

 a { background-color: rgb(143,170,117); }

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

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

 span { border-color: rgb(143,170,117); }

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