#9FB480

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

Shades of Olivine #9FB480

Tints of Olivine #9FB480

Color information

#9FB480 (or 0x9FB480) is unknown color: approx Olivine. HEX triplet: 9F, B4 and 80. RGB value is (159,180,128). Sum of RGB (Red+Green+Blue) = 159+180+128=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB480 is #604B7F. Grayscale: #A7A7A7. Windows color (decimal): -6310784 or 8434847. OLE color: 8434847.

HSL color Cylindrical-coordinate representation of color #9FB480: hue angle of 84.23º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FB480 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB159180128-
CMYK0.1200.290.29
HSL84.23º25.74%60.39%-
HSV(B)84.23º28.89%70.59%-
XYZ34.5241.5726.63-
YUV167.79105.54121.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.05%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=34.05%
G=38.54%
B=27.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801280.1200.290.2984.2325.7460.39
Hex9FB480C01D1D541a3c
Octal23726420014035351243274
Binary100111111011010010000000110001110111101101010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FB480; }

 p { color: rgb(159,180,128); }

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

<style>
 a { background-color: #9FB480; }

 a { background-color: rgb(159,180,128); }

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

<style>
 span { border-color: #9FB480; }

 span { border-color: rgb(159,180,128); }

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