#8FB474

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

Shades of Olivine #8FB474

Tints of Olivine #8FB474

Color information

#8FB474 (or 0x8FB474) is unknown color: approx Olivine. HEX triplet: 8F, B4 and 74. RGB value is (143,180,116). Sum of RGB (Red+Green+Blue) = 143+180+116=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB474 is #704B8B. Grayscale: #A1A1A1. Windows color (decimal): -7359372 or 7648399. OLE color: 7648399.

HSL color Cylindrical-coordinate representation of color #8FB474: hue angle of 94.69º 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 #8FB474 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB143180116-
CMYK0.2100.360.29
HSL94.69º29.91%58.04%-
HSV(B)94.69º35.56%70.59%-
XYZ30.839.7422.57-
YUV161.64102.24114.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.57%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 116 (45.70% from 255) = 26.42%
R=32.57%
G=41.00%
B=26.42%

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
Decimal1431801160.2100.360.2994.6929.9158.04
Hex8FB474150241D5f1e3a
Octal21726416425044351373672
Binary1000111110110100111010010101010010011101101111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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