#9FBE6D

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

Shades of Olivine #9FBE6D

Tints of Olivine #9FBE6D

Color information

#9FBE6D (or 0x9FBE6D) is unknown color: approx Olivine. HEX triplet: 9F, BE and 6D. RGB value is (159,190,109). Sum of RGB (Red+Green+Blue) = 159+190+109=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE6D is #604192. Grayscale: #ABABAB. Windows color (decimal): -6308243 or 7192223. OLE color: 7192223.

HSL color Cylindrical-coordinate representation of color #9FBE6D: hue angle of 82.96º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FBE6D is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB159190109-
CMYK0.1600.430.25
HSL82.96º38.39%58.63%-
HSV(B)82.96º42.63%74.51%-
XYZ35.4745.321.34-
YUV171.592.73119.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 190 (74.61% from 255) = 41.48%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=34.72%
G=41.48%
B=23.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901090.1600.430.2582.9638.3958.63
Hex9FBE6D1002B1953263b
Octal23727615520053311234673
Binary10011111101111101101101100000101011110011010011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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