#8FAE76

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

Shades of Olivine #8FAE76

Tints of Olivine #8FAE76

Color information

#8FAE76 (or 0x8FAE76) is unknown color: approx Olivine. HEX triplet: 8F, AE and 76. RGB value is (143,174,118). Sum of RGB (Red+Green+Blue) = 143+174+118=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAE76 is #705189. Grayscale: #9E9E9E. Windows color (decimal): -7360906 or 7777935. OLE color: 7777935.

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

Color convert

RGB143174118-
CMYK0.1800.320.32
HSL93.21º25.69%57.25%-
HSV(B)93.21º32.18%68.24%-
XYZ29.7337.4222.8-
YUV158.35105.23117.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.87%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 118 (46.48% from 255) = 27.13%
R=32.87%
G=40%
B=27.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431741180.1800.320.3293.2125.6957.25
Hex8FAE7612020205d1a39
Octal21725616622040401353271
Binary10001111101011101110110100100100000100000101110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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