#9FB36F

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

Shades of Olivine #9FB36F

Tints of Olivine #9FB36F

Color information

#9FB36F (or 0x9FB36F) is unknown color: approx Olivine. HEX triplet: 9F, B3 and 6F. RGB value is (159,179,111). Sum of RGB (Red+Green+Blue) = 159+179+111=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB36F is #604C90. Grayscale: #A5A5A5. Windows color (decimal): -6311057 or 7320479. OLE color: 7320479.

HSL color Cylindrical-coordinate representation of color #9FB36F: hue angle of 77.65º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FB36F is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB159179111-
CMYK0.1100.380.30
HSL77.65º30.91%56.86%-
HSV(B)77.65º37.99%70.2%-
XYZ33.2940.7621.15-
YUV165.2797.37123.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=35.41%
G=39.87%
B=24.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1591791110.1100.380.3077.6530.9156.86
Hex9FB36FB0261E4e1f39
Octal23726315713046361163771
Binary100111111011001111011111011010011011110100111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,179,111); }

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

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

 a { background-color: rgb(159,179,111); }

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

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

 span { border-color: rgb(159,179,111); }

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