#8FA770

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

Shades of Olivine #8FA770

Tints of Olivine #8FA770

Color information

#8FA770 (or 0x8FA770) is unknown color: approx Olivine. HEX triplet: 8F, A7 and 70. RGB value is (143,167,112). Sum of RGB (Red+Green+Blue) = 143+167+112=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA770 is #70588F. Grayscale: #999999. Windows color (decimal): -7362704 or 7382927. OLE color: 7382927.

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

Color convert

RGB143167112-
CMYK0.1400.330.35
HSL86.18º23.81%54.71%-
HSV(B)86.18º32.93%65.49%-
XYZ28.0734.6520.54-
YUV153.55104.55120.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.89%
GREEN value IS 167 (65.62% from 255) = 39.57%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=33.89%
G=39.57%
B=26.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431671120.1400.330.3586.1823.8154.71
Hex8FA770E02123561837
Octal21724716016041431263067
Binary1000111110100111111000011100100001100011101011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,167,112); }

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

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

 a { background-color: rgb(143,167,112); }

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

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

 span { border-color: rgb(143,167,112); }

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