#8FB470

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

Shades of Olivine #8FB470

Tints of Olivine #8FB470

Color information

#8FB470 (or 0x8FB470) is unknown color: approx Olivine. HEX triplet: 8F, B4 and 70. RGB value is (143,180,112). Sum of RGB (Red+Green+Blue) = 143+180+112=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB470 is #704B8F. Grayscale: #A1A1A1. Windows color (decimal): -7359376 or 7386255. OLE color: 7386255.

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

Color convert

RGB143180112-
CMYK0.2100.380.29
HSL92.65º31.19%57.25%-
HSV(B)92.65º37.78%70.59%-
XYZ30.5739.6521.37-
YUV161.18100.24115.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.87%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=32.87%
G=41.38%
B=25.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431801120.2100.380.2992.6531.1957.25
Hex8FB470150261D5d1f39
Octal21726416025046351353771
Binary1000111110110100111000010101010011011101101110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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