#9FBD60

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

Shades of Olivine #9FBD60

Tints of Olivine #9FBD60

Color information

#9FBD60 (or 0x9FBD60) is unknown color: approx Olivine. HEX triplet: 9F, BD and 60. RGB value is (159,189,96). Sum of RGB (Red+Green+Blue) = 159+189+96=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD60 is #60429F. Grayscale: #A9A9A9. Windows color (decimal): -6308512 or 6339999. OLE color: 6339999.

HSL color Cylindrical-coordinate representation of color #9FBD60: hue angle of 79.35º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FBD60 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB15918996-
CMYK0.1600.490.26
HSL79.35º41.33%55.88%-
HSV(B)79.35º49.21%74.12%-
XYZ34.6144.6117.85-
YUV169.4386.56120.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=35.81%
G=42.57%
B=21.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal159189960.1600.490.2679.3541.3355.88
Hex9FBD60100311A4f2938
Octal23727514020061321175170
Binary10011111101111011100000100000110001110101001111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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