#9DBF60

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

Shades of Olivine #9DBF60

Tints of Olivine #9DBF60

Color information

#9DBF60 (or 0x9DBF60) is unknown color: approx Olivine. HEX triplet: 9D, BF and 60. RGB value is (157,191,96). Sum of RGB (Red+Green+Blue) = 157+191+96=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF60 is #62409F. Grayscale: #AAAAAA. Windows color (decimal): -6439072 or 6340509. OLE color: 6340509.

HSL color Cylindrical-coordinate representation of color #9DBF60: hue angle of 81.47º 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 #9DBF60 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB15719196-
CMYK0.1800.500.25
HSL81.47º42.6%56.27%-
HSV(B)81.47º49.74%74.9%-
XYZ34.6545.2717.98-
YUV17086.24118.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 191 (75% from 255) = 43.02%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=35.36%
G=43.02%
B=21.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157191960.1800.500.2581.4742.656.27
Hex9DBF601203219512b38
Octal23527714022062311215370
Binary10011101101111111100000100100110010110011010001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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