#9FB47A

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

Shades of Olivine #9FB47A

Tints of Olivine #9FB47A

Color information

#9FB47A (or 0x9FB47A) is unknown color: approx Olivine. HEX triplet: 9F, B4 and 7A. RGB value is (159,180,122). Sum of RGB (Red+Green+Blue) = 159+180+122=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB47A is #604B85. Grayscale: #A7A7A7. Windows color (decimal): -6310790 or 8041631. OLE color: 8041631.

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

Color convert

RGB159180122-
CMYK0.1200.320.29
HSL81.72º27.88%59.22%-
HSV(B)81.72º32.22%70.59%-
XYZ34.1341.4224.61-
YUV167.11102.54122.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.49%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=34.49%
G=39.05%
B=26.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801220.1200.320.2981.7227.8859.22
Hex9FB47AC0201D521c3b
Octal23726417214040351223473
Binary100111111011010011110101100010000011101101001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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