#9FB776

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

Shades of Olivine #9FB776

Tints of Olivine #9FB776

Color information

#9FB776 (or 0x9FB776) is unknown color: approx Olivine. HEX triplet: 9F, B7 and 76. RGB value is (159,183,118). Sum of RGB (Red+Green+Blue) = 159+183+118=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB776 is #604889. Grayscale: #A8A8A8. Windows color (decimal): -6310026 or 7780255. OLE color: 7780255.

HSL color Cylindrical-coordinate representation of color #9FB776: hue angle of 82.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FB776 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB159183118-
CMYK0.1300.360.28
HSL82.15º31.1%59.02%-
HSV(B)82.15º35.52%71.76%-
XYZ34.542.5523.53-
YUV168.4199.55121.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 183 (71.88% from 255) = 39.78%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=34.57%
G=39.78%
B=25.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591831180.1300.360.2882.1531.159.02
Hex9FB776D0241C521f3b
Octal23726716615044341223773
Binary100111111011011111101101101010010011100101001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,183,118); }

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

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

 a { background-color: rgb(159,183,118); }

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

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

 span { border-color: rgb(159,183,118); }

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