#9FBF60

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

Shades of Olivine #9FBF60

Tints of Olivine #9FBF60

Color information

#9FBF60 (or 0x9FBF60) is unknown color: approx Olivine. HEX triplet: 9F, BF and 60. RGB value is (159,191,96). Sum of RGB (Red+Green+Blue) = 159+191+96=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF60 is #60409F. Grayscale: #AAAAAA. Windows color (decimal): -6308000 or 6340511. OLE color: 6340511.

HSL color Cylindrical-coordinate representation of color #9FBF60: hue angle of 80.21º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FBF60 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB15919196-
CMYK0.1700.500.25
HSL80.21º42.6%56.27%-
HSV(B)80.21º49.74%74.9%-
XYZ35.0445.4818-
YUV170.685.9119.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=35.65%
G=42.83%
B=21.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159191960.1700.500.2580.2142.656.27
Hex9FBF601103219502b38
Octal23727714021062311205370
Binary10011111101111111100000100010110010110011010000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,96); }

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

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

 a { background-color: rgb(159,191,96); }

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

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

 span { border-color: rgb(159,191,96); }

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