#9FBA6C

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

Shades of Olivine #9FBA6C

Tints of Olivine #9FBA6C

Color information

#9FBA6C (or 0x9FBA6C) is unknown color: approx Olivine. HEX triplet: 9F, BA and 6C. RGB value is (159,186,108). Sum of RGB (Red+Green+Blue) = 159+186+108=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA6C is #604593. Grayscale: #A9A9A9. Windows color (decimal): -6309268 or 7125663. OLE color: 7125663.

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

Color convert

RGB159186108-
CMYK0.1500.420.27
HSL80.77º36.11%57.65%-
HSV(B)80.77º41.94%72.94%-
XYZ34.5643.5720.78-
YUV169.0493.55120.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.10%
GREEN value IS 186 (73.05% from 255) = 41.06%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=35.10%
G=41.06%
B=23.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861080.1500.420.2780.7736.1157.65
Hex9FBA6CF02A1B51243a
Octal23727215417052331214472
Binary1001111110111010110110011110101010110111010001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,108); }

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

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

 a { background-color: rgb(159,186,108); }

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

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

 span { border-color: rgb(159,186,108); }

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