#8FA379

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

Shades of Olivine #8FA379

Tints of Olivine #8FA379

Color information

#8FA379 (or 0x8FA379) is unknown color: approx Olivine. HEX triplet: 8F, A3 and 79. RGB value is (143,163,121). Sum of RGB (Red+Green+Blue) = 143+163+121=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA379 is #705C86. Grayscale: #989898. Windows color (decimal): -7363719 or 7971727. OLE color: 7971727.

HSL color Cylindrical-coordinate representation of color #8FA379: hue angle of 88.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FA379 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB143163121-
CMYK0.1200.260.36
HSL88.57º18.58%55.69%-
HSV(B)88.57º25.77%63.92%-
XYZ27.8833.4123.07-
YUV152.23110.37121.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=33.49%
G=38.17%
B=28.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431631210.1200.260.3688.5718.5855.69
Hex8FA379C01A24591338
Octal21724317114032441312370
Binary100011111010001111110011100011010100100101100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,121); }

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

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

 a { background-color: rgb(143,163,121); }

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

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

 span { border-color: rgb(143,163,121); }

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