#8FAC75

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

Shades of Olivine #8FAC75

Tints of Olivine #8FAC75

Color information

#8FAC75 (or 0x8FAC75) is unknown color: approx Olivine. HEX triplet: 8F, AC and 75. RGB value is (143,172,117). Sum of RGB (Red+Green+Blue) = 143+172+117=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC75 is #70538A. Grayscale: #9D9D9D. Windows color (decimal): -7361419 or 7711887. OLE color: 7711887.

HSL color Cylindrical-coordinate representation of color #8FAC75: hue angle of 91.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FAC75 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB143172117-
CMYK0.1700.320.33
HSL91.64º24.89%56.67%-
HSV(B)91.64º31.98%67.45%-
XYZ29.2936.6322.36-
YUV157.06105.39117.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=33.10%
G=39.81%
B=27.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431721170.1700.320.3391.6424.8956.67
Hex8FAC7511020215c1939
Octal21725416521040411343171
Binary10001111101011001110101100010100000100001101110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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