#8FAE6C

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

Shades of Olivine #8FAE6C

Tints of Olivine #8FAE6C

Color information

#8FAE6C (or 0x8FAE6C) is unknown color: approx Olivine. HEX triplet: 8F, AE and 6C. RGB value is (143,174,108). Sum of RGB (Red+Green+Blue) = 143+174+108=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAE6C is #705193. Grayscale: #9D9D9D. Windows color (decimal): -7360916 or 7122575. OLE color: 7122575.

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

Color convert

RGB143174108-
CMYK0.1800.380.32
HSL88.18º28.95%55.29%-
HSV(B)88.18º37.93%68.24%-
XYZ29.1737.1919.83-
YUV157.21100.23117.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=33.65%
G=40.94%
B=25.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431741080.1800.380.3288.1828.9555.29
Hex8FAE6C1202620581d37
Octal21725615422046401303567
Binary10001111101011101101100100100100110100000101100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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