#9FB765

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

Shades of Olivine #9FB765

Tints of Olivine #9FB765

Color information

#9FB765 (or 0x9FB765) is unknown color: approx Olivine. HEX triplet: 9F, B7 and 65. RGB value is (159,183,101). Sum of RGB (Red+Green+Blue) = 159+183+101=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB765 is #60489A. Grayscale: #A6A6A6. Windows color (decimal): -6310043 or 6666143. OLE color: 6666143.

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

Color convert

RGB159183101-
CMYK0.1300.450.28
HSL77.56º36.28%55.69%-
HSV(B)77.56º44.81%71.76%-
XYZ33.5842.1818.68-
YUV166.4891.05122.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 101 (39.84% from 255) = 22.80%
R=35.89%
G=41.31%
B=22.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591831010.1300.450.2877.5636.2855.69
Hex9FB765D02D1C4e2438
Octal23726714515055341164470
Binary1001111110110111110010111010101101111001001110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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