#9FBD6D

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

Shades of Olivine #9FBD6D

Tints of Olivine #9FBD6D

Color information

#9FBD6D (or 0x9FBD6D) is unknown color: approx Olivine. HEX triplet: 9F, BD and 6D. RGB value is (159,189,109). Sum of RGB (Red+Green+Blue) = 159+189+109=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD6D is #604292. Grayscale: #ABABAB. Windows color (decimal): -6308499 or 7191967. OLE color: 7191967.

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

Color convert

RGB159189109-
CMYK0.1600.420.26
HSL82.5º37.74%58.43%-
HSV(B)82.5º42.33%74.12%-
XYZ35.2644.8721.27-
YUV170.9193.06119.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 109 (42.97% from 255) = 23.85%
R=34.79%
G=41.36%
B=23.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891090.1600.420.2682.537.7458.43
Hex9FBD6D1002A1A52263a
Octal23727515520052321224672
Binary10011111101111011101101100000101010110101010010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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