#9FB76D

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

Shades of Olivine #9FB76D

Tints of Olivine #9FB76D

Color information

#9FB76D (or 0x9FB76D) is unknown color: approx Olivine. HEX triplet: 9F, B7 and 6D. RGB value is (159,183,109). Sum of RGB (Red+Green+Blue) = 159+183+109=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB76D is #604892. Grayscale: #A7A7A7. Windows color (decimal): -6310035 or 7190431. OLE color: 7190431.

HSL color Cylindrical-coordinate representation of color #9FB76D: hue angle of 79.46º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FB76D is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB159183109-
CMYK0.1300.400.28
HSL79.46º33.94%57.25%-
HSV(B)79.46º40.44%71.76%-
XYZ33.9942.3420.85-
YUV167.3995.05122.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 183 (71.88% from 255) = 40.58%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=35.25%
G=40.58%
B=24.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591831090.1300.400.2879.4633.9457.25
Hex9FB76DD0281C4f2239
Octal23726715515050341174271
Binary1001111110110111110110111010101000111001001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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