#8FB473

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

Shades of Olivine #8FB473

Tints of Olivine #8FB473

Color information

#8FB473 (or 0x8FB473) is unknown color: approx Olivine. HEX triplet: 8F, B4 and 73. RGB value is (143,180,115). Sum of RGB (Red+Green+Blue) = 143+180+115=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB473 is #704B8C. Grayscale: #A1A1A1. Windows color (decimal): -7359373 or 7582863. OLE color: 7582863.

HSL color Cylindrical-coordinate representation of color #8FB473: hue angle of 94.15º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FB473 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB143180115-
CMYK0.2100.360.29
HSL94.15º30.23%57.84%-
HSV(B)94.15º36.11%70.59%-
XYZ30.7439.7222.27-
YUV161.53101.74114.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.65%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=32.65%
G=41.10%
B=26.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431801150.2100.360.2994.1530.2357.84
Hex8FB473150241D5e1e3a
Octal21726416325044351363672
Binary1000111110110100111001110101010010011101101111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,115); }

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

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

 a { background-color: rgb(143,180,115); }

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

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

 span { border-color: rgb(143,180,115); }

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