#8FAC6C

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

Shades of Olivine #8FAC6C

Tints of Olivine #8FAC6C

Color information

#8FAC6C (or 0x8FAC6C) is unknown color: approx Olivine. HEX triplet: 8F, AC and 6C. RGB value is (143,172,108). Sum of RGB (Red+Green+Blue) = 143+172+108=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC6C is #705393. Grayscale: #9C9C9C. Windows color (decimal): -7361428 or 7122063. OLE color: 7122063.

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

Color convert

RGB143172108-
CMYK0.1700.370.33
HSL87.19º27.83%54.9%-
HSV(B)87.19º37.21%67.45%-
XYZ28.7936.4319.7-
YUV156.03100.89118.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.81%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=33.81%
G=40.66%
B=25.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431721080.1700.370.3387.1927.8354.9
Hex8FAC6C1102521571c37
Octal21725415421045411273467
Binary10001111101011001101100100010100101100001101011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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