#9FBB6E

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

Shades of Olivine #9FBB6E

Tints of Olivine #9FBB6E

Color information

#9FBB6E (or 0x9FBB6E) is unknown color: approx Olivine. HEX triplet: 9F, BB and 6E. RGB value is (159,187,110). Sum of RGB (Red+Green+Blue) = 159+187+110=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBB6E is #604491. Grayscale: #AAAAAA. Windows color (decimal): -6309010 or 7256991. OLE color: 7256991.

HSL color Cylindrical-coordinate representation of color #9FBB6E: hue angle of 81.82º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FBB6E is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB159187110-
CMYK0.1500.410.27
HSL81.82º36.15%58.24%-
HSV(B)81.82º41.18%73.33%-
XYZ34.8844.0421.41-
YUV169.8594.22120.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=34.87%
G=41.01%
B=24.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591871100.1500.410.2781.8236.1558.24
Hex9FBB6EF0291B52243a
Octal23727315617051331224472
Binary1001111110111011110111011110101001110111010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,110); }

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

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

 a { background-color: rgb(159,187,110); }

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

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

 span { border-color: rgb(159,187,110); }

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