#8FA675

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

Shades of Olivine #8FA675

Tints of Olivine #8FA675

Color information

#8FA675 (or 0x8FA675) is unknown color: approx Olivine. HEX triplet: 8F, A6 and 75. RGB value is (143,166,117). Sum of RGB (Red+Green+Blue) = 143+166+117=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA675 is #70598A. Grayscale: #999999. Windows color (decimal): -7362955 or 7710351. OLE color: 7710351.

HSL color Cylindrical-coordinate representation of color #8FA675: hue angle of 88.16º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FA675 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB143166117-
CMYK0.1400.300.35
HSL88.16º21.59%55.49%-
HSV(B)88.16º29.52%65.1%-
XYZ28.1734.421.98-
YUV153.54107.38120.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.57%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=33.57%
G=38.97%
B=27.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431661170.1400.300.3588.1621.5955.49
Hex8FA675E01E23581637
Octal21724616516036431302667
Binary100011111010011011101011110011110100011101100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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