#8FA57B

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

Shades of Olivine #8FA57B

Tints of Olivine #8FA57B

Color information

#8FA57B (or 0x8FA57B) is unknown color: approx Olivine. HEX triplet: 8F, A5 and 7B. RGB value is (143,165,123). Sum of RGB (Red+Green+Blue) = 143+165+123=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA57B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA57B is #705A84. Grayscale: #999999. Windows color (decimal): -7363205 or 8103311. OLE color: 8103311.

HSL color Cylindrical-coordinate representation of color #8FA57B: hue angle of 91.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FA57B is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB143165123-
CMYK0.1300.250.35
HSL91.43º18.92%56.47%-
HSV(B)91.43º25.45%64.71%-
XYZ28.3634.1823.84-
YUV153.63110.71120.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.18%
GREEN value IS 165 (64.84% from 255) = 38.28%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=33.18%
G=38.28%
B=28.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431651230.1300.250.3591.4318.9256.47
Hex8FA57BD019235b1338
Octal21724517315031431332370
Binary100011111010010111110111101011001100011101101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,165,123); }

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

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

 a { background-color: rgb(143,165,123); }

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

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

 span { border-color: rgb(143,165,123); }

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